Configure the Checkout Summary subflow

Learn how to configure the Checkout Summary subflow

Configure a variable for the saved tax identifier

Use the variable to display saved tax identifiers.

To create a variable:

  1. Enter the following details:

    • Select Variable from the Resource Type dropdown list.

    • API Name: Type Saved_Tax_Identifier (or any other name with no restrictions).

    • Select Text from the Data Type dropdown list.

  2. Click Done.

You can this variable to display the tax identifier when youconfigure the Checkout Summary subflow.

Configure the Checkout Summary subflow

Use the Checkout Summary subflow to add support for US tax certificates and tax identifiers. To add custom components to the Checkout Summary subflow:

  1. From the Manager tab, double-click the Cart to Order Summary screen.

  2. Delete all OOTB components from the subflow except the Ship To and Delivery Method components.

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

  4. Drag the drb2b_taxIdentifier to where you want it to appear on the Edit Screen.

  5. Enter the following details:

    • API Name: Type Tax_Identifier (or any other name with no restrictions).

    • Cart Id: Type {!cartId}.

    • Selected Tax Identifier: Type {!Saved_Tax_Identifier}.

  6. Drag the drb2b_drTermsElement to where you want it to appear on the Edit Screen.

  7. Enter the following details:

    • API Name: Type DR_Terms (or any other name with no restrictions).

    • Cart Id: Type {!cartId}.

  8. Click Done.

  9. Click Save as.

Last updated