# Hide prices

Hiding prices is useful for wholesale or B2B stores where you want to prevent unauthorized visitors from seeing product pricing. Products with the restriction tag will not display prices or an **Add to Cart** button to customers who aren't logged in or approved.

***

### Setup <a href="#setup" id="setup"></a>

1. Open the **Theme Editor** by clicking **Customize** next to your theme
2. Click **Theme Settings** (gear icon near the top left)
3. Scroll down and click **Account**
4. In the **Hide prices tag** field, enter a tag (e.g., `hide price`)
5. Click **Save**

***

### Add tags to products <a href="#add-tags" id="add-tags"></a>

1. In your Shopify admin, go to **Products**
2. Select the product you want to restrict
3. In the **Tags** section, add the exact tag you configured (e.g., `hide price`)
4. Click **Save**

***

### Important notes <a href="#notes" id="notes"></a>

{% hint style="warning" %}
**Restriction tags are case sensitive!**

Tags must match exactly between the theme settings and your products. For example, if you set `Hide Price` in theme settings, the product tag must also be `Hide Price`—`hide price` or `HIDE PRICE` won't work.
{% endhint %}

* Unauthorized visitors will see the product but not the price or add to cart button
* Approved customers must be logged in to see prices
* Learn how to [approve customers](/keystone/guides/wholesale/customer-approval.md) to grant access


---

# 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://help.brickspacelab.com/keystone/guides/wholesale/hide-prices.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.
