basket section covers all settings around the shopping basket of the online shop.This is where you control how the basket behaves, which items are automatically added and how long basket data is stored. Typical configuration options include:
- Automatic add-ons — defines products that are automatically placed in the basket when the shop is first loaded (e.g. surprise products).
- Basket cookies — defines whether a cookie-based basket is active, how long it is stored and how the system behaves when a user returns.
- General basket options — for example, the maximum number of items, behaviour on price changes or synchronisation between sessions.
basket* - Basic structure
The basic structure of the basket node is shown below:
Parameter description
basket.basket - Basket settings
The basket node controls the basic behaviour of the basket in the shop.
It defines whether baskets are stored per user, how long cookies are valid, and how the basket reacts on sign-in or sign-out.
These settings therefore determine how durably a basket is preserved and how the system behaves for returning users.
Typical use cases:
- Activation of a persistent basket via customer account or cookie
- Definition of the validity period of stored baskets
- Control of whether a basket is deleted or kept on sign-out
- Limitation of the maximum item quantity in the basket
Example configuration for all subshops (basket.basket)
Parameter description
basket.autobasket - Automatic basket add-ons
With autobasket you can place items automatically into the basket — for example gift items or promo products. Multiple automatic items are possible; the order corresponds to the configuration.
Without conditions, the positions are always added; with optional conditions you can control the automatic add-on (e.g. per subshop, country, campaign).
