> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/salesforce-lightning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/salesforce-lightning/appendix/enable-or-disable-us-tax-certificates.md).

# Enable or disable US tax certificates

In the Salesforce Lightning app, you can enable or disable US tax certificates.&#x20;

1. To enable or disable US Tax Certificates on the **My Account** page, add or remove the **Tax Certificates** menu item.&#x20;
2. To enable or disable US Tax Certificates on the **Checkout process/flow**, adjust the **DR Shipping Address** for the `drb2b_BuyerInfo` component and configure it to include (or not include) US Tax Certificates as part of the flow.

### Main flow and subflow details

| Flow type | Description                                                                                                                                                                                          |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Main flow | DR checkout flow                                                                                                                                                                                     |
| Subflow   | <p>DR Shipping Address Custom component: <code>drb2b\_BuyerInfo</code><br>Design variable: Enable Tax Certificates<br>Design variable values: {!$GlobalConstant.True} / {!$GlobalConstant.False}</p> |

### Enable tax certificates in the subflow

If the design variable's value is `!$GlobalConstant.True`, the tax certificates' functionality in the checkout flow will be enabled.

![](/files/-MdTqaDaqPF4Mg8WFuAo)

### Disable tax certificates in the subflow

If the design variable's value is `!$GlobalConstant.false`,  the tax certificates' functionality in the checkout flow will be disabled.

![](/files/-MdTqxeP7qTfoUofGHzC)

Once the design variable is configured, save and activate the checkout flow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/salesforce-lightning/appendix/enable-or-disable-us-tax-certificates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
