You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show configurator button in mini cart, cart, and checkout page (for cart items added by the configurator). The button opens the configurator at the state saved when the item was added to the cart.
The plugin passes a new query string variable context to the App Builder iframe. The value of context is set to cart if the configurator is opened from a cart line item, an the order if the configurator is opened from an order line item. The value of context can be used in Grasshopper by using a Direct Text Input component whose name must be "context".