TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Merit Students
NA
1
693
Added cart items should be sent to the mail of the user
Jun 30 2015 5:55 AM
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>
Reply
Answers (
0
)
upload csv file with mapping
How to create a PHP router which provide route from DB.