Hi i have an urgent matter where the buy button is not tracking the bundle purchases, if u choose bundle 4 it just picks 1 to purchase now, the ad tocart works?

Need help immediately, please

HI @edin73

Could you share a link to your store?

Worked fine for me, I added 4, and it added 4 in the cart

no, its the buy it now with the purple button shop function, it will only make you buy 1 even when u choose 4 bundle

is there a way to fix this?

The purple “Buy with Shop” button reads the actual quantity value from the product form and goes straight to checkout.

Whatever app you’re using is probably not updating the quantity value on selection, and only updates it when you click add to cart. Or, it has a script that bypasses the form property altogether. Either way, you’re not updating the quantity just by having it selected, so the buy with Shop button doesn’t know the customer wants 3 or 4 or whatever. It sees 1 and adds 1 then goes to checkout.

Is there a way to fix it? Sure. You can talk to your app representatives and ask them to fix it to where it’s already updated on selection.