Interface: InterfaceCartConfig
Configuration settings specific to the Mimeeq cart/basket functionality.
This optional field contains settings that control the behavior and appearance
of the standalone Mimeeq basket component. It is separate from addToCartConfig
to maintain a clear distinction between settings that affect the "add to cart"
action within the configurator and settings that control the basket UI itself.
When present, these settings determine whether the basket UI is shown and how it interacts with external e-commerce systems through navigation paths.
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.
exploreProductsLocation?
optional
exploreProductsLocation:string
Path to redirect users after clicking the 'Explore' button in Mimeeq Basket.
This URL defines where users should go when they want to continue shopping or exploring products from the basket interface.
viewBasketOnlineLocation?
optional
viewBasketOnlineLocation:string
Path to redirect users after clicking the 'View Online' button in Mimeeq Basket.
This URL defines where users should go when they want to view their basket in an online shopping interface or proceed to checkout.