Article Table of Contents

    Installing the BuySafe on Shopify is quick and easy. This step-by-step Shopify installation guide will help get you up and running with BuySafe in minutes.

    Step 1: Install the Sitewide Trustmark

    1. Log in to your Shopify store account.
    2. In the left hand navigation, select “Online Store”, then click on “Themes”
    3. In the “Current theme” section, select “Edit code” from the “Actions” drop down menu.
    4. Open the “theme.liquid” file found in the “Layout” directory.
    5. Copy and paste the Shopping Guarantee Seal code right before the closing </body> tag and click Save.
    6. Don’t forget to click Save when you’re done.
    Shopify with BuySafe
    <!-- BuySafe Trustmark -->
    <script type="text/javascript" src="//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=#########"></script>
    

    Step 2:  Add the Guarantee Code

    1. In the left hand navigation, Click on Settings
    2. Click on Checkout
    3. Scroll down to Additional scripts, locate the Order Status Page section
    4. Copy and paste the code below inside the Order Status Page section
    5. Don’t forget to click Save when you’re done.
    BuySafe with Shopify Checkout
    
    {% if first_time_accessed %}
    <!-- BuySafe Trustmark -->
    <script type="text/javascript" src="//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=#########"></script>
    {% endif %}
    

    Step 3 Add the Trustmarks on Checkout Page (Shopify Plus)

    For Shopify Plus, you can also Display Shopping Guarantee Kickers throughout your checkout flow as well:

    1. In the left hand navigation, select “Online Store”, then click on “Themes”
    2. In the “Current theme” section, select “Edit code” from the “Actions” drop down menu.
    3. Open the “checkout.liquid” file found in the “Layout” directory.
    4. Copy and paste the Shopping Guarantee code below into the bottom of the footer tag
    5. Don’t forget to click Save when you’re done.
    Shopify Plus Checkout with BuySafe
    <!-- BuySafe Trustmark -->
    <script type="text/javascript" src="//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=#########"></script>
    

    Congrats! You’re all setup and ready to offer the best shopping experience to your customers with added BuySafe protection.

    Have some more questions? Contact Us and our support team will be happy to help.

    in Integration