How to Hide Bulk Savings Notification in the Cart?


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; }