How do I remove the "you will save $ by buying bulk" notification on the cart page?
To hide the bulk discount notification, you can add the following CSS code to your theme:
bold_csp_qb_savings { display: none; }
Make a selection
How do I remove the "you will save $ by buying bulk" notification on the cart page?
To hide the bulk discount notification, you can add the following CSS code to your theme:
bold_csp_qb_savings { display: none; }