How do I integrate the Eye-Able software into Shopware?
Introduction
Since the integration steps differ depending on the Shopware version, we have created a sample guide for Shopware 6 that you can follow.
If you are using Shopware 6, you can generally integrate the Eye-Able software by inserting the script tags from your Eye-Able Dashboard into the <head> section of the storefront. Shopware recommends using a template extension and embedding the script in the appropriate head block.
1) Copy the script tags from the Eye-Able Dashboard
Copy the script tags from your Eye-Able Dashboard. You can find them in the "Installation" submenu of the desired product.
2) Insert in Shopware 6 Head
Shopware recommends embedding additional <script> tags via a template extension and extending the block layout_head_javascript_hmr_mode (including , so that the standard scripts remain loaded).
Example (Template Extension):
Replace the placeholders with the original script tags from the Eye-Able Dashboard.
<script src="EYE-ABLE-SCRIPT-URL-1" defer></script>
<script src="EYE-ABLE-SCRIPT-URL-2" defer></script>
3) Activate/ Rebuild the Theme
To make the change visible, the theme in Shopware typically needs to be compiled (e.g., using bin/console theme:compile).
Further Information directly from Shopware
A detailed guide on integrating JavaScript into Shopware 6 can be found here: