Feature Pack 4 or later

Mobile Web starter stores checkout flows

The checkout flows include the store pages that are commonly viewed to purchase products in the storefront. They include checkout flows for both buying online and picking up in-store, and buying online and shipping to an address.

Common tablet JSP files

The following JSP files are common to the tablet checkout flows. They include the Buy Online, Pickup In-Store and Buy Online, Ship to an address checkout flows.
tablet/ShoppingArea/CheckoutSection/Checkout.jsp
The high-level checkout JSP file. It includes different JSP files based on the selected checkout flow.
tablet/ShoppingArea/CheckoutSection/PickupInStore/Navigation.jsp
Stores navigation items on the left side of the checkout page for the Buy Online, Pickup In-Store checkout flow.
tablet/ShoppingArea/CheckoutSection/PickupInStore/AjaxCheckout.jsp
Stores pages for specific items on the right side of the checkout page for the Buy Online, Pickup In-Store flow.
tablet/ShoppingArea/CheckoutSection/ShipToAddress/Navigation.jsp
Stores navigation items on the left side of the checkout page for the Buy Online, Ship to an address checkout flow.
tablet/ShoppingArea/CheckoutSection/ShipToAddress/AjaxCheckout.jsp
Stores pages for specific items on the right side of the checkout page for the Buy Online, Ship to an address checkout flow.

In addition, common pages for the checkout flows are located in tablet/ShoppingArea/CheckoutSection directory.

For example OrderConfirmation.jsp and OrderSummary.jsp, pages that are specific for certain flows such as the StoreSelection.jsp page is located in tablet/ShoppingArea/CheckoutSection/PickupInStore directory.