Selective Cart
The selective cart feature allows customers to save certain items in their cart for future consideration, enhancing the shopping experience and boosting conversion rates.
The Selective Cart feature (also known as "save for later") allows customers to select which items in the cart they wish to purchase, and to leave other items in the cart for future consideration. This improves the shopping experience and increases the conversion rate.
Requirements
The Selective Cart feature requires release 1905.11 of SAP Commerce Cloud.
The selectivecartaddon AddOn is also required.
For more information, see Selective Cart Architecture.
Enabling Selective Cart
The Selective Cart feature has corresponding CMS-component data that allows you to enable or disable the feature.
Furthermore, you need to configure the selectiveCart in the cart configuration to enable or disable the feature. The following is an example:
cart: {
selectiveCart: {
enabled: true,
}
}
Configuring
No special configuration is needed.
Extending
No special extensibility is available for this feature.