Install Salexor on Shopify

Steps

  1. Open the Shopify Admin panel.

  2. In the main menu go to Online Store → Themes.

  3. Click on the actions dropdown for your current theme and select Duplicate to create a backup copy.

  4. Click on the actions dropdown for your current theme again and select Edit code.

  5. In the left-hand side panel, search for “footer” then click on footer.liquid.

  6. Copy and paste your Salexor tag after the closing footer tag

    <script type="text/javascript">
      var myo_pigv = { dealership_id: "REF-1" };
      var myo_sc = document.createElement("script");
      myo_sc.type = "application/javascript";
      myo_sc.async = true;
      myo_sc.src = "https://dev.salexor.com/cs/behaviour.js";
      document.body.appendChild(myo_sc);
    </script>
  7. Click Save.

  8. Test Your Website (optional)Test

Screenshots

Last updated