# Quick View and Quick Shop

Quick Shop or Quick View features do not support displaying an upload field. Because these views bypass the full product page, option fields can be skipped when an item is added to the cart.

To avoid orders being created without the required images, we recommend one of the following approaches:

• Disable the Quick Shop feature entirely\
&#x20;• Adjust the Quick Shop view to show only the product image, title, and description \
• Remove the **Add to Cart** button, quantity selector, and variant selectors from the Quick Shop view

This ensures shoppers are directed to the full product page, where Uploadery can load correctly and collect all required selections.


---

# 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://shoppad.gitbook.io/uploadery/troubleshooting/quick-view-and-quick-shop.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.
