Installation Guide
How to install Vigilance on your Shopify Plus store
As a Shopify Plus store, you must enable your checkout.liquid
layout before installing Vigilance. Request checkout.liquid
to be enabled from Shopify support here. Usually, Shopify resolves this in real time over chat.
If checkout.liquid
is already enabled, skip this step.
Add checkout.liquid to your theme
If access to checkout.liquid
has been enabled, then you can follow the steps below to add the layout to your theme through the code editor in the Shopify admin:
1.) From your Shopify admin, go to Online Store > Themes.
2.) Find the theme you want to edit, and then click Actions > Edit code.

3.) In the Layout directory, click Add a new layout.

4.) In the drop-down list, select checkout, and then click Create layout

You should now see checkout.liquid
listed in the Layout directory.
Add the Vigilance javaScript snippet to your checkout.liquid
You can add the checkout.liquid
layout to your theme code by following these steps:
1.) From your Vigilance settings page, copy the provided snippet

2.) Paste it just above the closing </head> tag in checkout.liquid.
3.) Save the changes, and click Verify on the Vigilance Settings page to verify installation was correct!
Last updated