bundled and single products in one cart
-
I’m having an issue with products that are added to the cart as part of a bundled product and also as a single stand alone product.
Lets say I have a bundle product that had two items:-
1 x Widgets bundle = £10
– 1 x widget blue
– 1 x widget redIf a user adds that to their basket everything is good. The user is charged £10 for the bundle.
But if the user than adds another item to the basket and that item happens to also be included in the bundle:-
1 x widget red = £5We now have a basket like this:-
1 x Widgets bundle = £10
– 1 x widget blue
– 1 x widget red
1 x widget red = £5Expected result:-
User is charged £15. £10 for the bundle and £5 for the single item.Actual result:-
User is charged £10. The second item’s price (widget red) is not being added on as the cart thinks it’s part of the bundle.Has this scenario been covered in your plugin? it may be that I am having an integration issue due to other conflicting plugins.
Thanks,
Carl
- The topic ‘bundled and single products in one cart’ is closed to new replies.