# Quick add

The **Quick add** feature enhances the shopping experience by allowing customers to add products to their cart without navigating away from their current page. It’s particularly beneficial for stores with a large catalog, enabling faster browsing and a streamlined checkout process.

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

### **1. Desktop button type:**&#x20;

Define how the Quick add button appears on desktop:

{% tabs %}
{% tab title="Bag icon" %}
Displays a minimalistic bag icon as the Quick add button.

<figure><img src="/files/9Fdpe3qP2ZT3QvULWNGe" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cart icon" %}
Shows a cart icon, offering a universally recognized symbol for cart actions.

<figure><img src="/files/3EP1DCfxpf2UK4jMtkc0" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Button" %}
Displays a full-text button with customizable styles for greater visibility.

<figure><img src="/files/JYXK8m3BOqWp6HXKI5pH" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### **2. Desktop button style:**&#x20;

Customize the appearance of the Quick add button on desktop:

* **Solid:** Features a filled button for a bold and prominent look.
* **Outline:** Displays a bordered button for a minimalist and subtle aesthetic.

### **3. "Add to cart" behavior:**&#x20;

Determine the behavior of the Quick add button when clicked:

* **Direct add to cart:**
  * For **products without variants**, the button shows "Add to cart." Clicking the button adds the product directly to the cart without opening the Quick view.
  * For **products with variants**, the button displays "View options." Clicking it opens the Quick view, allowing customers to select variant options before adding the product to their cart.
* **Always show quick view:** Regardless of whether the product has variants or not, the Quick view opens when the button is clicked. The button always displays "View options."

### **4. Devices:**&#x20;

Determines which devices (mobile, desktop, or both) the Quick Add button appears on.

### **5. Mobile layout settings**

* **Mobile button type:** Choose the display style of the Quick add button on mobile:
  * **Bag icon:** Simple and compact, suitable for smaller screens.
  * **Cart icon:** Offers a familiar and functional look for mobile users.
  * **Button:** Displays a full-text button for enhanced clarity on mobile interfaces.
* **Mobile button style:** Adjust the design of the Quick add button for mobile devices:
  * **Solid:** Provides a filled button for greater emphasis.
  * **Outline:** A bordered button for a cleaner, understated look.


---

# 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.byinspiredlabs.com/quick-add.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.
