Configure the main checkout flow

Learn how to configure the main checkout flow.

To configure the main checkout flow:

  1. Create the subflow element for all the custom subflows (for example, the DR Shipping Address, DR Payment and Billing Address, DR Checkout Summary, and DR Delivery Method) created in the previous steps.

    1. Drag the Subflow element from the left panel to the right panel.

    2. Type the custom subflow name (for example, DR Shipping Address) in the Reference Flow field and click the item (for example, DR Payment and Billing Address) in the search results.

  2. Replace the OOTB flows with custom flows.

    • Shipping Address: DR Shipping Address

    • Delivery Method: DR Delivery Method

    • Checkout Summary: DR Checkout Summary

  3. Click Save, then click Activate.

Subflow settings

SubflowSettings

DR Shipping Address

Cart Id: {!cartId} Current state: {!mainCheckoutSession.State} Next state: Inventory

DR Delivery Method

Cart Id: {!cartId} Current state: {!mainCheckoutSession.State} Next state: Taxes

DR Checkout Summary

Cart Id: {!cartId} Current state: {!mainCheckoutSession.State} Next state: Cart To Order Saved_Tax_Identifier: {!Saved_Tax_Identifier}

DR Payment and Billing Address

Cart Id: {!cartId} Current state: {!mainCheckoutSession.State} Next state: Activate Order Order Id: {!mainCheckout Session.OrderId}

Last updated