# Set up Tax display in Pricing

**This feature lets you display product prices either with tax included or without tax. By default, the app uses the tax settings from Shopify and display that information to the front store, however, you can also override them with settings in the app.**

When enabled, the app automatically replaces your store’s original product prices with the adjusted prices (either including or excluding tax, as you’ve set).

If you’ve set up wholesale pricing within the app, the same rule applies and wholesale prices will also be shown either with or without tax, depending on your tax display settings.

<figure><img src="/files/h1SH5mYXFXtCYC4hVtCN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/m88Ev4rOHcwSnk7TKmkv" alt=""><figcaption></figcaption></figure>

Kindly follow these steps below to know how to configure this Tax display feature in Sami Wholesale.&#x20;

### Step to manage:

1. From the **App Dashboard page** > Go to the **Add-on features** page > Navigate to the **Tax display** section > **Set up tax display**:

<figure><img src="/files/M99GlPStA7elGzVP2wlo" alt=""><figcaption></figcaption></figure>

2. In the **Tax display** setting page, set up **name** for this Tax setting and manage its **status** by toggling on and off slider.&#x20;

If you configure multiple tax-exempt settings, a **Priority** option will appear as shown below. This allows you to set the order of precedence. The higher the number, the higher the priority of that tax setting.

<figure><img src="/files/YrAiEzhVPZQRsEZfRKmw" alt=""><figcaption></figcaption></figure>

3. In the **Apply to** setting, you can manage on which page you want the Tax display to be shown: **Product page**, **Cart page**, other pages (Collection page, Search page...)&#x20;

<figure><img src="/files/Pr7h9qVQMdRxiI0HWy15" alt=""><figcaption></figcaption></figure>

4. **Decide How Tax Is Charged:** How pricing is calculated based on the **Include sales tax in product prices** option in Shopify. When this option is turned on, Shopify will automatically display product prices inclusive of tax.

<figure><img src="/files/5tJDT09Lkaex2oO8P5DM" alt=""><figcaption></figcaption></figure>

There are two theories for this setting:&#x20;

* **When this option is disabled (default setting):**
  * The base price is treated as **Tax-excluded price**.
  * The price including tax = Base price + applicable tax.
  * *Example:* Base price = $100, tax = 10% → Price excluding tax = $100, Including tax = $110.
* **When this option is enabled:**
  * The base price is treated as **Tax-included price**.
  * The price excluding tax = Base price - tax rate.
  * *Example:* Base price = $100, tax = 10% → Including tax = $100, Excluding tax ≈ $90.

5. **Customer condition:** Choose which type of customers will be able to see this Tax display.&#x20;

Everyone who accesses your store (**All customers**) or specific logged-in customers only (**Logged-in customers** or **Customer tags**)&#x20;

<figure><img src="/files/wDiOZKAYrt8aOWxjNWJd" alt=""><figcaption></figcaption></figure>

6. **Product condition:** Manage which products should display prices with this tax setting.

<figure><img src="/files/id8WmKdOidn7cu7pm9mm" alt=""><figcaption></figcaption></figure>

7. Click **Save** to finish the setup.&#x20;

&#x20;


---

# Agent Instructions: 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.samita.io/samita-wholesale-b2b/tax-display/set-up-tax-display-in-pricing.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.
