custom/static-plugins/LDSCustom/src/Resources/views/storefront/themeware/includes/twt-badge-discount-include.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@TcinnThemeWareModern/storefront/themeware/includes/twt-badge-discount-include.html.twig' %}
  2. {% block twt_product_badges_discount_badge %}
  3.     {% if product.calculatedPrice.listPrice.percentage >= 10 %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}