diff --git a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/product.jinja b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/product.jinja index 83c792f..50b6190 100644 --- a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/product.jinja +++ b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/product.jinja @@ -114,7 +114,7 @@ {% if product|is_discounted %}
{% set discount_percent = product|discount_percent %} - {{ -discount_percent }} + -{{ discount_percent }}
{% endif %} {% if show_image %}