This guide walks you through installing Digioh’s JavaScript on your Magento site to enable lightboxes, pop-ups, banners, quizzes, and other on-site widgets.
Step 1: Access the Magento Admin Panel
-
Log into your Magento admin panel.
-
Go to:
Content → Design → Configuration
Step 2: Choose the Store View
-
Identify the store view you want to update (e.g., your main website).
-
Click Edit in the appropriate row.
Step 3: Insert the Digioh JavaScript
-
On the Configuration page, scroll to the HTML Head section.
-
Locate the Scripts and Style Sheets field.
-
In a new line, paste your Digioh JS snippet here.
-
To get the snippet:
-
Log in to your Digioh account.
-
Click your name in the top-right corner and choose Setup Instructions.
-
Select the Fast Activation version of the code and copy it.
-
-
Step 4: Save and Clear Cache
-
Click Save Configuration at the top right.
-
Navigate to:
System → Cache Management -
Click both Flush Magento Cache and Flush Cache Storage.
Step 5: Verify the Installation
-
Visit your site with
?boxqamode
appended to the URL, for example:https://www.yoursite.com?boxqamode
-
You should see the Digioh QA overlay which confirms the widget code is firing.
-
If you don’t see it:
-
Make sure your browser isn’t blocking third-party scripts.
-
Check Dev Tools Console and run
DIGIOH_API
— if undefined, the script isn’t loading correctly.
-
Additional Tips
-
Place the JS snippet inside the
<head>
section for best performance. -
Use your staging environment for initial testing before deploying live.
-
If you experience issues with ad blockers, consider a direct embed over GTM.