Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Reply
Added cart items should be sent to the mail of the user
Merit Students
9 years ago
384
Reply
Iam using this script in my checkout.html page to display the cart items of the user. But when he clicks "confirm order" then mail should be sent containing information of the cart items and details. How i should write php code to sent an email containing details of the cart with this code. Pls help me and give me suggestions
<script>
// Mini Cart
paypal.minicart.render({
action: ''
});
if (~window.location.search.indexOf('reset=true')) {
paypal.minicart.reset();
}
</script>
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
upload csv file with mapping
How to create a PHP router which provide route from DB.