简体   繁体   中英

Sending shopping cart items to email PHP

I use shopping cart jQuery plugin- Cesta-Feira to make a shopping cart on my website where you can pick up items and send it to your shopping cart. After you should fill up form with name, email, company name, phone number and text message, there is no payment or anything. The checkout - it's only send your items with from to email. The company will receive an email with orders and contact customers.

So how I should send it? You can see the code of this plugin in the link.

From the website description:

Cesta-Feira is a lightweight yet useful jQuery eCommerce plugin to add an interactive Shopping Cart to your web app that allows to dynamically add, remove, clear, update cart items on the client side. Based on HTML5 web storage API

This means that the plugin only helps you create interactivity on your shopping cart, it doesn't handle the backend side. You should take care of sending the data to the server, where the backend code will process the data (eg to be stored on a database, sent by email, process payments, etc).

If you are not familiar with backend data processing, I suggest you to use a complete e-commerce framework instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM