Selective Cart

Note: Spartacus 4.x is no longer maintained. Please upgrade to the latest version.

Note: Spartacus 4.x was tested with SAP Commerce Cloud versions 1905 to 2205. Spartacus 4.x has not been verified to work with (and is not guaranteed to work with) SAP Commerce Cloud 2211 or later releases.

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

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 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.

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.