Custom components used in the checkout subflows
Learn what custom components are used in the checkout subflows.
Note: This step is used to configure the asynchronous checkout flow. If you are implementing the synchronous checkout flow, follow the steps in Step 18: Integrate the Digital River components into the synchronous checkout flow.
The Salesforce Lightning application comes with a completely functional checkout flow out-of-the-box (OOTB). However, you can choose to customize your checkout flow to suit your particular needs. This section describes how you can use the Salesforce Lightning components provided by the application in your storefront.
Custom subflow name | Custom components used | Description |
---|---|---|
drb2b_buyerInfo | This custom subflow will be used in the place of OOTB subflow – Shipping Address. | |
drb2b_drUtil | This custom subflow will be used in the place of OOTB subflow – Delivery Method. | |
drb2b_drUtil drb2b_drTermsElement drb2b_taxIdentifier | This custom subflow will be used in the place of OOTB subflow – Checkout Summary. | |
drb2b_orderSummary drb2b_paymentDetails drb2b_drUtil drb2b_payments | This custom subflow will be used in the place of OOTB subflow – Payment and Billing Address. |
Last updated