About ShoppingCart
A universal snippet for creating a shopping cart in an online store. Also, a snippet can be used to temporarily store any data, for example, favorites functionality, etc. Data is saved to the database, you can configure the storage time. You can control the addition of goods to the cart and edit the contents using JavaScript functions (without dependencies).
Information
Released
October 20, 2019
Supported Database
MySQL
License
GPLv2
Instructions
Documentation: https://github.com/andchir/modx-shopkeeper4/wiki
New in 1.0.1-pl1
1.0.1
- JS script is update to version 1.0.1.
- The content type of the shopping cart can be set in a hidden field.
- Added templates for Favorites section.