Add to Cart Behavior Configuration in SuiteCommerce

Define actions post-item addition in SuiteCommerce's cart, such as confirmation modals or mini cart display.

·2 min read·View Oracle Docs

Adding items to a shopping cart efficiently enhances user experience in eCommerce platforms. In SuiteCommerce, the Add to Cart Behavior configuration specifies actions taken when a shopper adds an item to their cart. This behavior can significantly influence the shopping experience and conversion rates.

Available Add to Cart Actions

The following action options can be set for the Add to Cart behavior:

  • showCartConfirmationModal (default): Displays a modal confirmation dialog acknowledging the addition of the item to the cart.
  • goToCart: Redirects the shopper directly to the cart page.
  • showMiniCart: Presents a mini cart view where users can see their selected items.

Configuration Location

  • ID: addToCartBehavior
  • UI Location: This configuration can be found in the Shopping Catalog section.
  • JSON File: Implement this setting through the Cart.json file to define the behavior.
  • Configuration File (pre-Vinson): For earlier versions, the setting is usually found in SC.Shopping.Configuration.js.

This flexibility allows developers to customize the shopping cart behavior according to their target audience and sales strategy, ultimately creating a more personalized shopping experience. The choice of action can depend on factors such as user feedback, testing results, or specific business goals.

Note: Proper implementation of these settings may require testing to ensure they align well with the user experience desired and do not disrupt the checkout process.

Who This Affects

  • Developers: Responsible for integrating and customizing the eCommerce platform.
  • Business Administrators: Managing the eCommerce settings to optimize user interactions.

Key Takeaways:

  • The Add to Cart Behavior configuration provides flexibility for eCommerce platforms.
  • Options include showing a confirmation modal, redirecting, or displaying a mini cart.
  • Understanding user preferences can guide the implementation of these settings.

Frequently Asked Questions (4)

Is the Add to Cart Behavior configuration available in all versions of SuiteCommerce?
The configuration can be implemented through different files depending on the version. In versions prior to Vinson, it is typically found in 'SC.Shopping.Configuration.js', while newer versions use 'Cart.json'.
What is the default Add to Cart behavior in SuiteCommerce and how can it be changed?
The default behavior is 'showCartConfirmationModal', which displays a modal confirmation dialog. You can change this by adjusting the 'addToCartBehavior' setting in the 'Cart.json' file or the 'SC.Shopping.Configuration.js' file for pre-Vinson versions.
Where can I configure the Add to Cart Behavior in the SuiteCommerce UI?
The Add to Cart Behavior can be configured in the 'Shopping Catalog' section of the SuiteCommerce user interface.
How might changing the Add to Cart behavior affect the shopping experience?
Changing the Add to Cart behavior can influence user experience by adding convenience, like showing a mini cart or redirecting to the cart page. It should be tested to ensure it aligns with the user experience and business goals without disrupting the checkout process.
Source: Add to Cart Behavior Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →