Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use quokka-cart? #11

Open
delegans opened this issue Nov 17, 2013 · 2 comments
Open

How to use quokka-cart? #11

delegans opened this issue Nov 17, 2013 · 2 comments
Labels

Comments

@delegans
Copy link

How to use quokka-cart? In admin panel I can see only the cart and processor. There is no products, no prices. How can I set the price for product and add it to cart? Thx in advance.

@rochacbruno
Copy link
Contributor

Quokka cart is supposed to be only a cart, no product management. But it is pluggable!

Now, the only example I have is Quokka-classes https://github.com/pythonhub/quokka-classes an app I made to sell course subscriptions.

When you do Cart.get_cart() it creates a session and all the management pipeline, the only thing needed is to add items to the cart by soing something like this https://github.com/pythonhub/quokka-classes/blob/master/views.py#L61-L70 (depending on your application)

I am also working on quokka-commerce which will be a generic e-store with product management, but it is very simple, add products to the cart, if needed define some pipeline, also choose a payment processor (I am developing for Paypal and Stripe)

@amitasthana
Copy link

Hey you are working on Quokka-commerce. Can I get the repository for this. Even if its not in best condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants