Skip to main content

Shopify Store Configuration

Before installing the Vurbis Punchout App, the store requires some configuration:

Updated over 3 weeks ago

  • Login to the Shopify Admin Dashboard

  • Add the Vurbis script references:

    1. Go to Online Store > Themes

    2. Click Actions > Edit code (on your current theme).


    3. In the “sections” folder, edit the file header.liquid:


      Add the below line to the bottom of the file:

      <script src="https://vurbismarketplace.com/api/punchout/files/{{supplier_id}}/custom_shopify.js"></script>

      • Make sure to replace the supplier_id with the ID provided by Vurbis

      • Click save

    4. Also in the “sections” folder, edit the file footer.liquid:


      Add the below line to the bottom of the file:

      <script>initPunchout()</script>

      • Click save


    5. Change the version of customer accounts:

      Go to: Settings > Customer Accounts > Select Legacy

Did this answer your question?