Skip to main content

Changing quantities in the cart

Andrey Gadashevich avatar
Written by Andrey Gadashevich
Updated over 3 weeks ago

WARNING: The installation also requires technical knowledge and prior experience with Liquid code and Javascript. If you are not comfortable with this, please request an installation.

ATTENTION: Make sure to create a backup of the theme file before editing it.

If you add a bundle (or multiples) to the cart (common cart, not Ajax. For example myshopifystore.com/cart ) and change the quantity of an individual item and it doesn't recalculate the bundle discounts, this happens due to the 'Ajax' method of updating the quantities and pricing.

We have a function you can fire after the price change to recalculate the bundle discounts:

if (window.MAKEBECOOL_BUNDLES && typeof window.MAKEBECOOL_BUNDLES.updateCart === 'function') { window.MAKEBECOOL_BUNDLES.updateCart() }

Need Help?

If you have any questions, please contact our support team.

πŸ“© Contact Support: Reach out to us via live chat or send an email to [email protected].

Did this answer your question?