custom/plugins/TTTechAxSemantics/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_javascript_tracking %}
  3.     {{ parent() }}
  4.     {% set axSemanticsEnable = config('TTTechAxSemantics.config.enable') %}
  5.     {% set storeDomainUrl = config('TTTechAxSemantics.config.storeDomainUrl') %}
  6.     {% if axSemanticsEnable and storeDomainUrl%}
  7.         <script src="https://{{storeDomainUrl}}/script/ax.js?lang=de-DE" async></script>
  8.     {% endif %}
  9. {% endblock %}