Max Access Setup Instructions

Shopify

Step 1

Go to Online Store > Themes from your Shopify admin dashboard. 

Step 2

Select the Edit code option, located under the ellipses drop down menu in your current theme. 

Step 3

Select the theme.liquid file under the Layout folder to open the code editor. 

Step 4

Scroll through the code until you find the “</head>” tag toward the bottom of the theme.liquid file. You can also type “</head>” in the search bar underneath the code editor and click the Next button to find it. 

Step 5

Copy your Max Access script from the Ability Account Dashboard

Step 6

Paste the Max Access script directly above the </head> tag. (ex: if </head> is on line 290 in your code, paste the Max Access script on lines 287-289). 

Your code should look like this: 

    <script>
        // YOUR SCRIPT GOES HERE 
    </script>
</head> 

Step 7

Select the Save button to apply your changes. You’re all done!