Article Table of Contents

    Step 1: Install the Sitewide Trustmark

    The Seal Code should be placed in the global footer so the Seal is displayed on all pages of your site. This code block will also introduce the Kicker graphics in the product details and cart pages.

    1. Create the first custom HTML tag that triggers on all pages of the site.
    2. Once created, copy and paste the code below within the tag.

    GTM-BuySafe
    <!-- BuySafe Trustmark -->
    <script type="text/javascript" src="//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=#########"></script>
    

    Step 2:  Add the Guarantee code

    1. Create the second custom HTML tag that only triggers on the order success page.
    2. Once created, copy and paste the code below within the second custom HTML tag.
    3. Keep in mind the variables for the order number, order subtotal, currency, and customer’s email address need to be populated by your system.

    GTM-Step2-BuySafe
    <!-- Shopping Guarantee -->
    <script type="text/javascript" src="//guarantee-cdn.com/Web/Seal/gjs.aspx?SN=########"></script>
    <script type="text/javascript">
    if (window._GUARANTEE && _GUARANTEE.Loaded) {
    _GUARANTEE.Guarantee.order = "...order number goes here...";
    _GUARANTEE.Guarantee.subtotal = "...item subtotal goes here...";
    _GUARANTEE.Guarantee.currency = "USD";
    _GUARANTEE.Guarantee.email = "...buyer email goes here...";
    _GUARANTEE.WriteGuarantee();
    }
    </script>
    <!-- Shopping Guarantee -->
    

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

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

    in Integration