custom/static-plugins/CytexTheme/src/Resources/views/storefront/component/product-label/badge.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/component/product-label/badge.html.twig" %}
  2. {% block component_product_label_badge_content %}
  3.     {% if price %}
  4.         <p class="cytex-headline-badge m-0">
  5.             {{ badgeContent|trim('-') }}
  6.         </p>
  7.         {% else %}
  8.             {{ badgeContent }}
  9.     {% endif %}
  10. {% endblock %}