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:
Click Setup
.Type
Flowsin the Quick Find field and click Flows.
Scroll down and click Subflow - Payment and Billing Address. The Flow Builder opens in a separate tab.

Drag the Screen element from the left pane and drop it in the right pane.
Type
placeOrderConfirmationin the Label field on the Edit Screen dialog.
Type
drb2b_paymentDetailsin the Search Components field and click drb2b_paymentDetails.
Drag drb2b_paymentDetails to where you want it to appear on the Edit Screen.

Enter the following values in the fields:
API Name: Type
paymentDetailsor any other name with no restrictions.Cart Id: Type
{!cartId}.
Type
drb2b_orderSummaryin the Search components field and click drb2b_orderSummary.
Drag drb2b_orderSummary to where you want it to appear on the Edit Screen.

Enter the following values in the fields:
API Name: Type
orderSummaryor 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 thedrb2b_drTermComponenton 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}.
Type
drb2b_drUtilin the Search components field and click drb2b_drUtil .
Drag drb2b_drUtil to where you want it to appear on the Edit Screen.

Type
drb2b_Utilor any other name with no restrictions in the API Name field.Click Done.
Last updated