Global Configuration
Global configuration allows you to set parameters once to be used multiple times. For example, if you have two click listeners on a page and you want both of them to work with the same recipe URL. Without using global configuration you code will look like this:
We can simplify it by using global configuration:
Alternatively, you can use dots to set a single option:
Available Options
onlineCheckout object
styles object
button styles object
utm object
Last updated