> For the complete documentation index, see [llms.txt](https://easify.gitbook.io/easify-box-bundle-builder-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easify.gitbook.io/easify-box-bundle-builder-docs/user-guide/help-and-support/faqs-most-common-questions/quantity-selector-box-review-page.md).

# Quantity selector, Box Review Page

<details>

<summary><strong>Where do I customize the quantity selector / + − buttons on product list?</strong>  </summary>

From the visual editor, go to Theme Settings > Product Cards. Switch from Content to Quantity selector tab to customize it.

</details>

<details>

<summary><strong>How do I change the color of the quantity selector?</strong>  </summary>

From the visual editor, go to Theme Settings > Product Cards. Switch from Content to Quantity selector tab to adjust the text color, background color… of the quantity box.

</details>

<details>

<summary><strong>How do I make the quantity selector rounded?</strong>  </summary>

From the visual editor, go to Theme Settings > Product Cards. Switch from Content to Quantity selector tab, and adjust the Border radius. Increase the Border radius to make it more rounded.

</details>

<details>

<summary><strong>How do I remove or add border around the quantity selector?</strong>  </summary>

From the visual editor, go to Theme Settings > Product Cards. Switch from Content to Quantity selector tab, and adjust border width, border color, horizontal offset, vertical offset or shadow color.

</details>

<details>

<summary><strong>Where do I customize the Box Review Page?</strong>  </summary>

From the visual editor, go to Theme Settings > Box Review Page to customize it.

</details>

<details>

<summary><strong>How do I enable or disable the Box Review Page?</strong>  </summary>

From the visual editor, go to Theme Settings > Box Review Page. In the Content tab, change the status to Enabled or Disabled

</details>

<details>

<summary><strong>When customers edit their box, how do I make them go to a specific step instead of starting from the first one?</strong>  </summary>

From the visual editor, go to Theme Settings > Box Review Page. In the Content tab > “Redirect Edit to selected step” > Choose the step to redirect customers to.

</details>

<details>

<summary><strong>After customers click “Add to cart”, how do I send them to checkout, cart page, or open the cart drawer?</strong>  </summary>

From the visual editor, go to Theme Settings > Box Review Page. In the Content tab, set “Redirect after box review” to Go to checkout, Go to cart page or Open cart drawer.

</details>

<details>

<summary><strong>How do I customize the information/content of the Box review page?</strong>  </summary>

From the visual editor, go to Theme Settings > Box Review Page. In the Content tab, check the “Included details” and enable or disable the content you want to dislay on the Box Review Page.

</details>

<details>

<summary><strong>Where do I customize the Add to cart or Checkout buttons on Box review page?</strong>  </summary>

From the visual editor, go to Theme Settings > Quick Summary. Switch from Content to Checkout/Add to cart button tab to customize it.

</details>

<details>

<summary><strong>Where do I customize the Create new box button on Box review page?</strong>  </summary>

From the visual editor, go to Theme Settings > Quick Summary. Switch from Content to Create new box button tab to customize it.

</details>

<details>

<summary><strong>Where do I change the typography (font, font size, text color, style…) of the box?</strong>  </summary>

From the visual editor, go to Theme Settings > Typography to customize the fonts, text style, paragraph, box headings…

</details>

<details>

<summary><strong>Can I add my own custom code (CSS, JS) to the box?</strong>  </summary>

From the visual editor, go to Theme Settings > Custom code to input CSS or JS.

</details>

<details>

<summary><strong>How can I change the loading icon?</strong>  </summary>

From the visual editor, go to Theme Settings > Loading and add new loading icon

</details>

<details>

<summary><strong>Where do I customize the Add to box button after customer picks a product?</strong>  </summary>

From the visual editor, go to Theme Settings > Add To Box Button Behavior and choose how the “Add to box” button behaves after a product is selected.

</details>


---

# 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:

```
GET https://easify.gitbook.io/easify-box-bundle-builder-docs/user-guide/help-and-support/faqs-most-common-questions/quantity-selector-box-review-page.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.
