src/PentagastBundle/Resources/views/storefront/layout/header/actions/currency-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@parent/storefront/layout/header/actions/currency-widget.html.twig' %}
  2. {% block layout_header_actions_currency_widget_form %}
  3.     {% if (salesPricesVisible and not product.customFields.pg_image_product) or (salesPricesVisible and product.customFields.pg_image_product and config('GbmedClientPentagastForms.config.isShowImageProductPrices')) %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}