LogoLogo
  • Inveterate Dev Docs
  • API Reference Docs
    • Public API 2.0 Reference
      • Admin
        • Benefits
        • Members
          • Credits
        • Merchant
        • Tiers
          • Benefits
          • Campaigns
        • Webhooks
      • Storefront
        • Members
          • Credits
            • Redemption
          • Cancellation
        • Benefits
        • Tiers
          • Benefits
          • Campaigns
        • Specification
      • Schemas
    • [LEGACY] Public API Reference
      • Benefits API
      • Campaigns API
      • Customers API
      • Merchant API
      • Credits API
      • Free tiers API
      • Webhooks
  • Stack Reference Docs
    • Landing Page
    • Storefront
      • Properties
      • Customizations
        • Add To Cart Button
    • Customer Metafields
Powered by GitBook
On this page
  • What is the Inveterate Storefront code?
  • The inveterate object

Was this helpful?

Export as PDF
  1. Stack Reference Docs

Storefront

PreviousLanding PageNextProperties

Last updated 1 year ago

Was this helpful?

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

  • inveterate-theme.liquid

  • inveterate-checkout.liquid

See 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.

Snippets
Properties