Please note: We do not recommend this manual method for installing the Amped Code Snippet on your Shopify theme. Instead, we strongly encourage you to use the Amped Shopify App for a seamless and easy installation process. However, if you prefer to install the snippet manually, please follow the step-by-step instructions provided below.
Adding the Amped Snippet to your theme.liquid file
Sign in to your Shopify account
βNavigate to Online Store from the left-hand side menu
βClick on "Edit code" for your current theme from the three dots dropdown menu
βLocate the theme.liquid file and open it
βScroll all the way down the bottom of your theme.liquid file
βPaste the Amped Code Snippet into the theme.liquid file before the closing </body> tag
βSave your changes
Congratulations! You have successfully installed the Amped Code Snippet on your Shopify theme manually. If you encounter any issues or need further assistance, consider using the Amped Shopify App for an easier installation process, or reach out to our support team for help at [email protected].
β
How to Confirm Your Installation
Visit your Shopify store after adding the Amped Code Snippet to your theme
βOpen the browser's console
β
You can open your browser's console by right-clicking anywhere on the page, and from the context menu, select "Inspect" or "Inspect Element" (the wording may vary depending on your browser). This will open your browser's Developer Tools. Click on the "Console" tab to access the console.
βCheck for ampedConfig in the Console to determine if Amped has been installedIn the console, type ampedConfig and press Enter.
If the console returns an array, this indicates that Amped is successfully installed on your site.
If the console returns a message such as Uncaught ReferenceError: ampedConfig is not defined, it means that the Amped Code Snippet has not been properly installed on your theme.
If you find that Amped has not been installed correctly, review the installation steps to ensure you have followed them accurately, or consider using the Amped Shopify App for a more straightforward installation process.
β