A Shopping cart for Quokka CMS
- Generic shopping cart management (manages itenms, prices, quantities)
- Executes pipelines (functions to dinamycally configure the checkout)
- Executes a decoupled processor for checkout
- Expose urls for checkout, history and receive carrier notifications
- Expose simple API to manage the cart (/additem, /setitem, /removeitem etc..)
- A complete e-commerce solution (for that take a look at Quokka-commerce which uses quokka-cart)
Go to your quokka modules folder and clone it.
$ cd quokka/quokka/modules
$ git clone https://github.com/pythonhub/quokka-cart.git cart
$ ls
__init__.py accounts media posts cart ...
Now you have cart folder as a Quokka module, restart your server and it will be available in yout application and in admin under "Cart" menu.
- http://github.com/pythonhub/quokka-cart
- by Bruno Rocha [email protected]