Multi Basket
Enables customers to create and manage multiple virtual baskets at the same time. Facilitates better basket organization.
Installation Method
You can use the following command to install the extension with the latest plugins:
npx @akinon/projectzero@latest --pluginsProps
Prop
Type
Required
Description
BasketItem
JSX.Element
Yes
Product component displayed in the basket.
Setting the Visibility of Multi Basket
File Path:
settings.js filemodule.exports = {
// other settings
plugins: {
// other plugin settings
multiBasket: true
}
};Usage Examples
File Path:
Default Usage
Last updated
Was this helpful?

