cartridge
cartridge copied to clipboard
Ecommerce for Mezzanine
Delete shipping type from the session when there is no longer discount code.
This fix a bug saving a Product with SHOP_USE_VARIATIONS=False ``` DoesNotExist at /admin/shop/product/add/ ProductVariation matching query does not exist. Request Method: POST Request URL: http://localhost:9020/admin/shop/product/add/ Django Version: 1.9.11 Exception Type:...
It seems to be working for me... I ran the tests and didn't get any issue either, but I would appreciate if anyone else gave their opinion. Thanks.
On OpenBSD systems, LC_MONETARY cannot be set to anything other than "", "C" or "POSIX". As such, I've added a way to specify the currency and frac_digits using: SHOP_CURRENCY_FRAC_DIGITS SHOP_CURRENCY_SYMBOL
It's ProductVariation changelist like for the Product model without variations.
Wishlist with email notifications on stock updating.
On this [page](http://cartridge.jupo.org/model-graph.html) in documentation, there is a link to [full version](http://cartridge.jupo.org/_images/graph.png). It gets a 404.
Hi! Thanx for the awesome work on Cartridge! I need to add a second checkout path for specific products. I don't need all the fields or any shipping adress at...
It appears that the Stripe payment integration is no longer functional. After fixing an initial error ("module 'stripe' has no attribute 'CardError'), test payments are still declined by Stripe, coming...
See my post on [Stackoverflow](https://stackoverflow.com/questions/58895025/how-do-you-execute-the-cartridge-management-functions) I don't see how to execute the product import/export functions standalone or from within mezzanine admin. I was able to load product_db.py into an interactive...