โIntegration Not Showing Up?
Why It Might Not Be Showing
Did You Integrate the Head Script Correctly?
To verify that the head script is properly integrated, open your website and access the developer tools:
Press F12, or
Right-click on the page and select "Inspect"
Then navigate to the Console tab to check for any log messages or errors.

Scroll through the console logs and look for messages like:
selected language en
Language English
If you see these logs, it means the head script has been integrated correctly.
Is There an Active Cache on Your Side?
Some shop systems store their current state in a cache. This can prevent newly integrated scripts from loading or executing properly, even if they are implemented correctly.
Please log in to your shop system and check if there is an option to clear or purge the cache. Once the cache has been cleared, the script should load and function as expected.
Is Your Integration Script Loaded Correctly?
If your integration script isnโt being executed, try placing a simple console.log('Mazing test')
at the beginning of your script.
Then open your browser's developer console and check if the log appears.
If you see the log, your script is loaded correctly โ the issue likely lies within the script itself.
If you donโt see the log, your script might not be integrated properly.
In case you're unsure or need support, feel free to reach out to Mazing for help with your integration.
Last updated