Skip to main content
All CollectionsπŸ”Œ Integrations
How to Add Amped to the Checkout Page (Shopify Plus only)
How to Add Amped to the Checkout Page (Shopify Plus only)
Matt Cimino avatar
Written by Matt Cimino
Updated over 8 months ago

To integrate Amped on the checkout page, you will need to manually add it to the checkout.liquid file.

This step is necessary because, while the Amped App Embed automatically adds Amped to all pages of your store, Shopify's restrictions prevent apps from embedding code directly on the checkout page.

Step 1: Access Your Theme Files

  1. Log in to your Shopify admin dashboard.

  2. Navigate to Online Store > Themes.

  3. Find the theme that you want to edit, and click on Actions.

  4. Select Edit code from the dropdown menu.

Step 2: Edit the Checkout.liquid File

  1. In the theme editor, under the Layout directory, find the checkout.liquid file.

  2. Click on it to open the file in the editor.

Step 3: Add the Amped Code Snippet

  1. Scroll to the bottom of the checkout.liquid file.

  2. Just before the closing </body> tag, paste the Amped Code Snippet. You can find your Amped Code Snippet (which is unique to you!) from the integrations page within your Amped account.

Your Amped Code Snippet will look similar to this BUT the example provided here will not work as the account ID is not set:

<script defer src='<https://app.amped.io/snippet/YOUR_ACTUAL_ACCOUNT_ID>'></script>

Step 4: Save Your Changes

  1. Click Save to apply the changes.

Step 5: Test the Checkout Process

  1. It's important to test your checkout process after making changes.

  2. Go through a purchase on your site to ensure that the Amped popup functions correctly and that there are no disruptions to the checkout process.

Need Help?

If you encounter any issues or have questions about integrating Amped into your Shopify checkout, please reach out to our support team. We're here to help your be successful!

Did this answer your question?