> For the complete documentation index, see [llms.txt](https://wilcode-net.gitbook.io/wilcode-apps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wilcode-net.gitbook.io/wilcode-apps/amazon-importer-app/how-to/control-amazon-button-visibility.md).

# Control Amazon button visibility

By default, the **Buy on Amazon** button is active for all imported products. You can customize which products display the button directly from your dashboard.

## Before you start

{% hint style="warning" %}
**Setup requirement:** Ensure you have configured your Amazon Affiliate ID and activated the button embed. See [Set up the Amazon affiliate button](/wilcode-apps/amazon-importer-app/how-to/set-up-the-amazon-affiliate-button.md) for step-by-step instructions.
{% endhint %}

## Hide the button for specific products

To disable the Amazon button on a particular product:

1. Navigate to the **Products** page in the app.
2. Locate the target product and open its settings.
3. Toggle the **Show Amazon button on store** setting to **Off**.

The changes will apply to your storefront immediately.

<figure><img src="/files/yAjJN281DlmhjGTHMqlJ" alt=""><figcaption><p>Hide the button for specific products</p></figcaption></figure>

{% hint style="info" %}
**Pro Tip:** To update multiple products simultaneously, select them on the **Products** page and select **Bulk toggle Amazon button** from the actions menu.
{% endhint %}

## Re-enable the button

If you want to display the button again:

1. Open the product settings from the **Products** page.
2. Turn **Show Amazon button on store** back **On**.

The button will instantly reappear on your product page.

{% hint style="warning" %}
If your subscription plan is downgraded to a level that does not support the affiliate feature, the button will be hidden across **all** products automatically until you upgrade.
{% endhint %}

***

{% hint style="info" icon="comments-question" %}
**Need help?** Open the **Support** menu in the top-right corner of any app page and choose [Live Chat](https://tawk.to/chat/6a328f3217693e1d43ea90f9/1jranuncv) or **Email support**.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wilcode-net.gitbook.io/wilcode-apps/amazon-importer-app/how-to/control-amazon-button-visibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
