Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Quokka Cart | Version 0.1.0dev

A Shopping cart for [Quokka CMS](http://www.quokkaproject.org)


quokka cart

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")