shuup icon indicating copy to clipboard operation
shuup copied to clipboard

E-Commerce Platform

Results 115 shuup issues
Sort by recently updated
recently updated
newest added

Add button to shrink the menu size, hide labels and let only icons visible ![admin-menu](https://user-images.githubusercontent.com/8770370/67591853-bcd5d080-f734-11e9-88c1-613b76b27b9a.png)

enhancement
in progress

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`.

enhancement

``` {% 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....

bug

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...

bug

In cases where we want to format money for example, we can't access it. The SandboxEnvironment is super limited.

enhancement

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...

bug
enhancement

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...

bug

Each user can have custom permissions along with the permissions from the group it is part of.

enhancement

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...

enhancement

![image](https://user-images.githubusercontent.com/40273438/63378847-5f6b7f00-c393-11e9-9758-01feb8eac501.png) Comes from `vendor.js` so most likely plugin not supporting iPhone 5s.