There was a problem here recently, to create an online store on ExpressionEngine. In general, everything was clear, everything was familiar, all the necessary modules and plug-ins were already in my head ... except for the basket. After a short and unsuccessful search for the right plug-in, I decided to write my own, and at the same time share with you ... maybe someone will come in handy.
Main functions
Display link "Buy"
Displays a list of products in the basket with the name, price, quantity, amount (quantity * price), a link to the removal of goods from the basket, the total amount of all goods in the basket, and the total number of goods in the basket.
The output of the basket edit form, i.e. change the number of goods in the basket (input), removal of goods from the basket (checkbox) plus all the functions of the previous item
This is only a beta version, so report all bugs in the comments, here or on my site. Also, if something is not clear on use - write, I will explain everything.