# Quick shopping

{% hint style="info" %}
Quick shopping was added in v1.2.0 — Learn how to [update your theme](https://help.fluorescent.co/eclipse/changelog/update-your-theme) to access the latest features.
{% endhint %}

The **Quick shopping** feature allows customers to view and add your products directly to their cart without needing to navigate to the product page.

* The **Quick view** button reveals a popup with product details, variant selectors, and add-to-cart button.
* The **Quick add** button adds products immediately to your customer's cart.

## Enable quick shopping

***

In your theme editor (**Customize**):

1. Go to **Theme settings > Product listings.**
2. Select **Enable quick shopping.**
3. Select **Quick view** or **Quick add**.

&#x20;

<table><thead><tr><th width="190">Setting</th><th width="371">Description</th><th>Options</th></tr></thead><tbody><tr><td><mark style="color:blue;">Enable</mark></td><td>Allow customers to add products or view product details without leaving the current page.</td><td><ul class="contains-task-list"><li><input type="checkbox" checked><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Type</mark></td><td>Choose the type of quick shopping.<br><br><strong>Quick add</strong>: Show a button to quickly add the product to cart.<br><br><strong>Quick view</strong>: Show a button to view product details in a popup before adding to cart.</td><td><p><strong>Quick add</strong> <em><mark style="background-color:yellow;">Default</mark></em></p><p><strong>Quick view</strong></p></td></tr><tr><td><mark style="color:blue;">Show "full details" link</mark></td><td>Show link that goes to the full product page.</td><td></td></tr></tbody></table>


---

# 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.fluorescent.co/eclipse/products/product-listings/quick-shopping.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.
