shopping cart to email
Posted
by marc-andre menard
on Stack Overflow
See other posts from Stack Overflow
or by marc-andre menard
Published on 2010-02-16T14:19:48Z
Indexed on
2010/05/27
22:31 UTC
Read the original article
Hit count: 313
I use simplecartjs to make a shopping cart on my website where you can select element and send it to your cart... next step, will be the checkout process, but for business reason, no checkout process will append, and a simple form with name and email and date for order pickup will be ask. Now the order must be send to an email address (at the company) that will fullfill the order.
The question : how to send the content of the cart to an email body or as attachement ?
© Stack Overflow or respective owner