Jacob Rief

Results 514 comments of Jacob Rief

I'm sorry, without fully seeing your code, I can't reproduce that error.

@bwrm could you please paste the full stack using a service such as https://dpaste.de

In the demo shop this is true. We already have a working implementation for multiple vendors, which do not even have to be staff members. This is however not part...

You're right, sometimes they are very similar, but sometimes not. I'd rather prefer to reuse the existing order template and just ``{% include "path/to/cart.html" %}``. I believe that this is...

oh, haven't been aware of this. Well then we should move the `decimalfield_kwargs` into `shop/settings.py`, so that it becomes overridable. Do you have a better name for it?

but if we can override those `decimalfield_kwargs` through `settings.py`, what's the point of making them overridable?

You are using the `CustomerForm` via Cascade, right? Then you have to create you own version of a `CustomerForm` and register your own implementation of `CustomerFormPlugin`. There you can refer...

Please retry with HEAD from branch `releases/0.12.x`. There I added a new configuration directive named `SHOP_CASCADE_FORMS`. You may override with your own form classes. I'm curios if it works for...

There are many static summaries, which one are you referring?