Articles on: Easy Bundles - Advanced Customization

How to disable quantity selector?

Advanced Customization can be done in the Additional configurations settings of Branding Configurations


If you want to disable quantity selector to add only max of one product each you need to follow these steps
Navigate to the additional configurations within Branding Configuration
Copy and paste the code below in the Custom CSS Settings

.gbbProductQuantityAddButton{
           display : none;
}

.gbbProductActionContainer{
       grid-template-columns: unset;
}






If you are facing any troubles or have further customization requests
Book a meeting with our team here!

Updated on: 07/04/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!