Configure the Payment and Billing Address subflow

Learn how to configure the Payment and Billing Address subflow.

You need to configure the payment subflow to add My Wall and Digital River payment support. To configure the Payment and Billing Address subflow:

  1. Click Setup .

  2. Type Flows in the Quick Find field and click Flows.

  3. Scroll down and click Subflow - Payment and Billing Address. The Flow Builder opens in a separate tab.

  4. Drag the Screen element from the left pane and drop it in the right pane.

  5. Type placeOrderConfirmation in the Label field on the Edit Screen dialog.

  6. Type drb2b_paymentDetails in the Search Components field and click drb2b_paymentDetails.

  7. Drag drb2b_paymentDetails to where you want it to appear on the Edit Screen.

  8. Enter the following values in the fields:

    • API Name: Type paymentDetails or any other name with no restrictions.

    • Cart Id: Type {!cartId}.

  9. Type drb2b_orderSummary in the Search components field and click drb2b_orderSummary.

  10. Drag drb2b_orderSummary to where you want it to appear on the Edit Screen.

  11. Enter the following values in the fields:

    • API Name: Type orderSummary or any other name with no restrictions.

    • ByPass Validation: Type {!$GlobalConstant.False} or {!$GlobalConstant.True} (default value). Note: Set the value to {!$GlobalConstant.False} whenever you want to use the drb2b_drTermComponent on the Place Order page. See DR terms component for more information.

    • Record Id: Type {!cartId}.

    • Show All: Type {!$GlobalConstant.True}.

    • Show Duty: Type {!$GlobalConstant.True}.

    • Show Grand Total: Type {!$GlobalConstant.True}.

    • Show IOR Tax: Type {!$GlobalConstant.True}.

    • Show Place Order: Type {!$GlobalConstant.True}.

    • Show Regulatory Fee: Type {!$GlobalConstant.True}.

    • Show Shipping: Type {!$GlobalConstant.True}.

    • Show Subtotal: Type {!$GlobalConstant.True}.

    • Show Tax: Type {!$GlobalConstant.True}.

  12. Type drb2b_drUtil in the Search components field and click drb2b_drUtil .

  13. Drag drb2b_drUtil to where you want it to appear on the Edit Screen.

  14. Type drb2b_Util or any other name with no restrictions in the API Name field.

  15. Click Done.

To continue editing the Payment and Billing Address subflow, see:

Last updated