Review cart shipping details

This widget allows an agent to view shipping details from the cart.

For information on viewing shipping details in the agent console, see View shipping details.

Note that a version of this widget exists within the Storefront framework, as well. See Appendix: Layout Widgets and Elements for information on Storefront widgets.

Migrate widgets

If you have recently migrated and this widget may be visible in your widget list. However, the widget is using the default template and .less file, which may not be available to the page layout. Additionally, this widget's style format must be updated so that it appears in the layout after a migration, as described in Work with widgets.

To migrate, you must update the following widget.template and .less files:
  • /layouts/agentShippingMethodsDropdownLayout/widget.template
  • /less/widget-cartShippingDetailsAgentInst_latest_version_number.less

Widget Name: cartShippingDetails

Display Name: Cart Shipping - Agent

Supported Page Types:

  • agentCheckoutPageType
  • cart

Layouts:

  • B2B Checkout Layout - Agent
  • B2B Edit Layout - Agent
  • Checkout Edit Layout - Agent
  • Checkout Layout - Agent

Elements: The Storefront version uses cart-shipping-title, cart-shipping-address, and cart-shipping-options. The Agent version uses only the cart-shipping-options element. To understand how these elements are used, refer to the widget’s code view.