1. Home
  2. Knowledge Base
  3. Barn2 Bundles & Bulk Discounts
  4. FAQ

How to un-hide the default variant and quantity fields

When you use Barn2 Bundles & Bulk Discounts to create volume bundles, it hides the variations and quantity picker from all product pages that have volume bundles. This is because most stores want customers to select quantities and variations via the list of volume bundles.

If you would like to have both the volume bundles and the default variations and/or quantity picker visible, then you can add them back in by adding the following custom CSS code snippet to Online Store → Themes → Customize → Theme Settings → Custom CSS:

Un-hide the quantity field

.product-form__input.product-form__quantity {​
display: block !important;
}

Un-hide the variants

.product__info-container variant-selects,
.product__info-wrapper variant-selects,
.product-page-section variant-selects {​
display: block !important;
}

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.