• 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 red

    If 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 = £5

    We now have a basket like this:-
    1 x Widgets bundle = £10
    – 1 x widget blue
    – 1 x widget red
    1 x widget red = £5

    Expected 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

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    and thank you for writing in!

    In your example, the total cost should be 15 £ (10 £ for “Widgets bundle” and 5 £ for “widget red”).

    Our developers have just checked in our installation and it works fine, as you can see here:

    Maybe there are some plugins installed that cause this issue.
    Please try deactivating all plugins, leaving only WooCommerce and YITH WooCommerce Product Bundles active, and try again. If it works fine, it probably depends on some other plugin. In this case, you should try activating the plugins one by one to find the one that is causing this issue.

    Please try this solution and let us know what issue shows.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘bundled and single products in one cart’ is closed to new replies.