Interface: InterfaceAddToCartConfig
Configuration settings for the basket/cart functionality.
This interface defines how the shopping basket behaves within the configurator, controlling which cart-related features are enabled, paths for navigation actions, and integration settings for e-commerce platforms. These settings determine how configured products can be added to carts and how users interact with the basket.
Properties
cart?
optional
cart:boolean
When true
, displays the Mimeeq Basket interface.
The Mimeeq Basket provides a built-in shopping cart UI component that tracks configured products for purchase.
Deprecated
Use cartConfig instead
cartAtFinish?
optional
cartAtFinish:boolean
When true
, displays an 'Add to cart' button instead of a 'Finish' button.
This changes the primary action button for standard products to emphasize the cart functionality rather than just completing the configuration.
cartAtFinishModular?
optional
cartAtFinishModular:boolean
When true
, displays an 'Add to cart' button instead of a 'Finish' button for modular products.
Similar to cartAtFinish
, but specifically for modular products which may have
different finishing workflows.
collectionId?
optional
collectionId:string
ID of the collection to use when adding products to the cart.
This ID is returned as part of the 'Add to cart' event and can be used by external systems to identify which collection or category should receive the configured product.