custom/plugins/PolPaymentPayolutionSW6/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_noscript %}
  3.     {{ parent() }}
  4.     {% if controllerName|lower == 'checkout' %}
  5.         <noscript>
  6.             <iframe style="width: 100px; height: 100px; border: 0; position: absolute;top: -5000px;" src="https://h.online-metrix.net/fp/tags?org_id=363t8kgq&session_id={{ context.token }}"></iframe>
  7.         </noscript>
  8.     {% endif %}
  9. {% endblock %}