Feature Pack 8: The Madisons store is deprecated. Most features demonstrated in the Madisons store are available in the Aurora store.

Shopping Cart

The shopping cart displays the items which have been added to the shopping cart.

If there are no items in the shopping cart, a message is displayed indicating that the shopping cart is empty, with a link to continue shopping. If there are a large number of items in the shopping cart, the shopping cart can be separated into multiple pages. That is, paging controls are enabled to support large shopping carts. Details included in the shopping cart are the product pictures, names, availability, quantities, and prices. Promotional codes can be applied to the order, with the discounts reflected in the shopping cart totals. New customers can continue with the checkout process by clicking the Continue Checkout button. New customers can register with the store at checkout, although registering with the store is not required to complete the checkout process. Returning customers can sign in using their quick checkout profile, or sign in and complete the checkout process.

To continue to the store selection checkout page for buy online, pickup in-store, the customer must select Pick Up at Store at the top of the shopping cart when checking out.

Elements of the Shopping Cart page


Shopping Cart screen capture
Full size screen capture

JSP files

  • OrderItemDisplay.jsp represents the entire page.
  • 1 ShipmodeSelectionExt.jspf displays the Shop Online and Pick Up at Store selections.
  • 2 OrderItemDetails.jsp displays the products contained in the shopping cart.
    Note: EmptyShopCartDisplay.jspf is called if the shopping cart does not contain any items.
  • 3 SingleShipmentOrderTotalsSummary.jsp displays the shopping cart's subtotal.
    Includes:
    • PromotionCodeDisplay.jsp, which displays the Promotion code text box and Apply button.
  • 4 CouponWalletTable.jsp displays the coupon wallet table, listing the unused coupon name, expiration date, and the options to apply or remove a selected coupon.Feature Pack 1
    • Includes:
    • DigitalWalletDisplay.jspf, which displays the digital wallet information.
  • 5 CheckoutLogon.jsp displays sign in options to the customer.

e-Marketing Spots

  • There are no e-Marketing Spots on the Shopping Cart page.

Store functions

  • AJAX checkout can be enabled or disabled.
  • Promotion code entry field can be enabled or disabled.
  • Store Locator can be enabled or disabled.
  • Promotion choice of free gift field can be enabled or disabled.