Christian Hess

Results 9 comments of Christian Hess

Isso aqui não vai se resolver?

Related to https://github.com/shuup/shuup/issues/1955 This code comes from definite-theme

This could be a templatetag like `product|primary_image` that caches the result and an option to fallback to a custom url: `product|primary_image(default=static("shuup/front/img.png"))`. That templatetags could also handle both Product and ShopProducts.

You need to develop a custom report. Please use https://github.com/shuup/shuup/blob/master/shuup/default_reports/reports/product_total_sales.py as a reference.

Hello @FloridSleeves When you say 90%, at first, it looks like a terrible thing. But it could be 90% of 0.01 sec which is mostly nothing. I already got similar...

This can be easily done by adding a custom raw column

@wardal Yes, looks a nice feature. What you can do is to add a new option in Shuup like: "Select All Filtered items". Then you get the filters from the...

Hey guys, sorry. I am no longer part of Shuup, but this repository is really abandoned. I would recommend going after another project that is alive. Best regards.

Hi @yriahi Take a look here for the issue: https://github.com/shuup/shuup/issues/1730 Just make sure to downgrade your SQLite version as it is related to Django