shuup
shuup copied to clipboard
E-Commerce Platform
Add button to shrink the menu size, hide labels and let only icons visible 
In some cases, it would make sense to have a "Download" link on `Picotable` row. This can be achieved by adding `File` check to `check_different_types`.
``` {% if show_image %} {% set product_image = shop_product.public_primary_image or shop_product.public_images.first() %} ``` Calls like this is also bad for performance. Ideal world all products should have primary image....
Although there is a `SHUUP_REGISTRATION_REQUIRES_ACTIVATION` settings which defaults to True, the `RegisterPhase` checkout phase is [hard coded](https://github.com/shuup/shuup/blob/master/shuup/front/checkout/checkout_method.py#L93) to inherit from `RegistrationNoActivationView`. This means that if one uses `shuup.front.apps.auth` to handle...
In cases where we want to format money for example, we can't access it. The SandboxEnvironment is super limited.
When user place an order, the language for the order is the one collected from the browser language and it can vary from `en`, `en-gb`, `en-au` and others. This can...
Something related to HTML content being verified or something. Test with a large privacy policy or terms and conditions copied from Google Docs with formats and etc. It is not...
Each user can have custom permissions along with the permissions from the group it is part of.
Asked at Transifex: 'Wouldnt be "salutation" or "title" be better in this case?' I agree, maybe for example title would be better. Maybe we could change the default form-field label...
 Comes from `vendor.js` so most likely plugin not supporting iPhone 5s.