Template

_all events

We extend @Storefront/storefront/layout/meta.html.twig and the block layout_head_javascript_tracking
If you extend this file, please make sure that you extend it correctly:

				
					{% block layout_head_javascript_tracking %}
    {{ parent() }}
   [YOUR CODE HERE]
{% endblock %}
				
			

Further information is available here:

https://developer.shopware.com/docs/guides/plugins/plugins/storefront/customize-templates.html#custom-template-content


The plugin called FroshDevelopmentHelper adds all available page data to the Twig tab in the profiler when a request and its details are opened:

https://github.com/FriendsOfShopware/FroshDevelopmentHelper

add_to_cart - Event