Storefront

On your storefront, we automatically add and update 2 files:

  • inveterate-theme.liquid

  • inveterate-checkout.liquid

See Snippets for more information about this.

What is the Inveterate Storefront code?

The Inveterate Storefront code is code used to implement front end solutions involving memberships. It contains useful data and helpful functions we use for our standard features, as well as merchant to merchant custom features.

The inveterate object

All of the storefront code is contained within a single object called inveterate, which is attached to the window object.

To explore everything contained in the inveterate object, type the following code in your browser console:

window.inveterate

Visit the following links for more information about what's contained within the inveterate object.

pageProperties

Last updated