Skip to content

quokkaproject/quokka-cart

Repository files navigation

Quokka Cart | Version 0.1.0dev

A Shopping cart for Quokka CMS

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.

$ 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

Bitdeli Badge

About

Generic shopping cart implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published