# Checkout on Amazon Feature

Check this video guide for a very similar feature in the Content Egg plugin:

{% embed url="<https://www.youtube.com/watch?v=KcYtCWcSUCQ>" %}

#### Activate

1. **Use a Simple WooCommerce product**
   * This feature works only with **Simple** products (not **External/Affiliate** products).
   * Go to **External Importer → Settings → Import → Product type** and select **Simple/Variable Product**.
2. **Enable the Amazon checkout button**
   * Go to **External Importer → Settings → General**
   * Set **Amazon Checkout Button** to **Enable Amazon checkout button**.
3. **Customize button text (optional)**
   * Go to **External Importer → Settings → Frontend → Frontend Texts**.
4. **Set your Affiliate ID (Associate Tag)**
   * Go to **External Importer → Settings → Deeplinks**
   * Add your parameter, for example: `tag=yourid-20`

#### How it works

1. Customer adds Amazon items to your **WooCommerce cart**.
2. On the **cart page**, the default WooCommerce checkout button becomes **“Checkout on Amazon”**.
3. Clicking it redirects to Amazon’s **“Add to Shopping Cart”** confirmation page.
4. Customer clicks **Add to Cart** on Amazon → items go into their Amazon cart and your **Associate Tag** is applied automatically.

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

#### Tips

* Don’t mix products from different Amazon locales (e.g., `amazon.com` and `amazon.de`) in the same WooCommerce cart.
* If the cart contains **Amazon + non-Amazon** items, **only Amazon items** are sent to the Amazon cart.


---

# 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://ei-docs.keywordrush.com/frontend/checkout-on-amazon-feature.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.
