Selective Cart

Note: This feature is introduced with version 1.5 of the Spartacus libraries.

Overview

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 the Selective Cart feature to work.

For more information, see Selective Cart Architecture on the SAP Help Portal.

Enabling Selective Cart

The Selective Cart feature has corresponding CMS-component data that allows you to enable or disable the feature. The configuration is provided in the B2cStorefrontModule.

Furthermore, you need to configure the saveForLater feature flag to enable or disable the feature. The following is an example:

features: {
   saveForLater: true
}

For more information on feature flags and feature levels, see Configuring Feature Flags.

Configuring

No special configuration is needed.

Extending

No special extensibility is available for this feature.