> 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/visual-editor/product-list/display-variants-as-individual-products.md).

# Display Variants as Individual Products

The "Display variants as individual products" feature in *Easify Box Builder* allows Shopify store owners to showcase each variant of a product (e.g., different shades of nail polish) as a standalone item in your custom product bundle or "box" on your storefront.

This feature enhances the shopping experience by giving customers clear, individual options to choose from when building their box, improving product discoverability and simplifying the selection process.

For example, if you sell a **Nail Polish** product with variants like *Ruby Red, Midnight Blue,* and *Pearl White*, this feature lets you **display each shade as a separate product** in the box builder, rather than grouping them under a single Nail Polish product.

This creates a cleaner, more intuitive interface for customers to mix and match variants in their custom box.

[**Demo**](https://easify-box-bundle-builder.myshopify.com/products/nail-polish-set-1):

* "Nail Polish Combo" page:

![](/files/486933deed5d27a170c1a6149459447430d5b65f)

* "Nail Polish" product details

![](/files/9cb870a2fc40217268a2db430eb19de28215e1c3)

## Why Use This Feature?

The "Display variants as individual products" feature is designed to solve common challenges faced by Shopify store owners who offer customizable product bundles:

* **Improved Customer Experience**: Instead of forcing customers to select variants from a dropdown or variant picker, each variant appears as a distinct product, making the selection process more visual and user-friendly.
* **Increased Product Visibility**: Showcasing variants individually highlights the full range of options, encouraging customers to explore and add more items to their box.
* **Simplified Customization**: This feature is ideal for stores selling products with multiple variants, as it streamlines the process of building a personalized box.

## How to Set Up the Feature in Visual Editor

Follow these simple steps to enable and configure the "Display variants as individual products" feature:

{% stepper %}
{% step %}

### Select Your Product(s)

* In the editor, open the **Product list**.
* In the **General** tab, choose your products as usual — you can select specific products, collections, or all products.

![](/files/265b2801350cea836ed9e31a144507576b0684a4) ![](/files/54879f756438e0ec72ffface0cc7374094993928)
{% endstep %}

{% step %}

### Enable the Feature

* Still in the **General** tab, check **"Display variants as individual products"**.
* Your selected products will now be separated into individual entries, one for each variant.

![](/files/4bfbca815e5cdfbb0ae9eeb90cfed412bc5cf4fd)
{% endstep %}

{% step %}

### Customize Variant Names (Optional)

<img src="/files/aed107cc10b8bc4522b0e28989c16ce755f2049c" alt="" width="452">

* By default, the app displays only the variant name (e.g., "Ruby Red", "Midnight Blue", "Pearl White" for a Nail Polish product).
* To customize how variant names appear on the box page, update the **Variant name text field** in the Display settings. For example, enter **{productName} - {variantName}** to display "Nail Polish - Ruby Red", "Nail Polish - Midnight Blue", etc.
  {% endstep %}

{% step %}

### Select Specific Variants (Optional)

* If you want to display **All variants** of the selected product, no further action is needed.
* To show only **Specific variants** (e.g., only Ruby Red and Midnight Blue, excluding Pearl White):
  * Click the **"Edit products"** button.
  * Select the product again (e.g., "Nail Polish").
  * You’ll now see all variants listed. Check only the variants you want to include in the box builder.

![](/files/6f7c2df8fe9010189dca7d22e460e75b2ff2e9b0) ![](/files/cb43b811ce44b4edf63d1a956510a2c8c2dcba8f)
{% endstep %}
{% endstepper %}

## Notes

<img src="/files/9d833506808fe4f8ff62518d407f9d41878e2485" alt="" width="453">

{% hint style="info" %}

* **Sort Limitation**: When "Display variants as individual products" is enabled, the app’s **Sort** function is disabled.
* **Variant Images**: Ensure each variant has a unique image in Shopify Admin for the best visual experience in the box builder.
  {% endhint %}

## 💬 Need Assistance?

If you're unsure how to use this feature or need help with a specific product setup, we’re here for you 24/7. Reach out via the **in-app live chat**, we’ll make sure your setup works exactly how you want it.


---

# 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/visual-editor/product-list/display-variants-as-individual-products.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.
