Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quokkaproject/quokka-cart
Generic shopping cart implementation
https://github.com/quokkaproject/quokka-cart
Last synced: 9 days ago
JSON representation
Generic shopping cart implementation
- Host: GitHub
- URL: https://github.com/quokkaproject/quokka-cart
- Owner: quokkaproject
- License: mit
- Created: 2013-11-02T01:52:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T16:48:38.000Z (over 8 years ago)
- Last Synced: 2024-08-01T22:57:03.070Z (3 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 33
- Watchers: 19
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quokka Cart | Version 0.1.0dev
A Shopping cart for [Quokka CMS](http://www.quokkaproject.org)
Features
=============### What Quokka-cart does:
- 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..)### What Quokka-cart does not:
- A complete e-commerce solution (for that take a look at Quokka-commerce which uses quokka-cart)
How to install
===============Go to your quokka modules folder and clone it.
```bash
$ 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.
Product
=======Cart
====Checkout Pipeline
========Processor
=========- http://github.com/pythonhub/quokka-cart
- by Bruno Rocha[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pythonhub/quokka-cart/trend.png)](https://bitdeli.com/free "Bitdeli Badge")