• Expected functionality:
    When the customer user adds ParentProduct to the cart, the ChildProduct will be automatically added to the cart and cannot be removed. The ChildProduct is a variable product. The product variation must be set by the customer, so the Default Variant must be set to “none”. We expect the customer user will change the variation of the ChildProduct in the Cart, and must select a variation before they can proceed to the Checkout.

    Three unexpected results:
    1. The plugin adds ChildProduct to the cart without a selected variation. This probably shouldn’t be possible.

    2. The customer user can now proceed to the checkout page, even though a variation has not been selected for ChildProduct in the Cart. Is there no error check for this??

    3. The customer user cannot change the variation of the ChildProduct in the Cart. The “change” link/button doesn’t appear. Perhaps because the plugin setting to prevent the product from being removed from the cart is enabled.

    Is this a defect, or do we need to enhance the functionality ourselves?

    • This topic was modified 5 years, 9 months ago by torpedo51.
    • This topic was modified 5 years, 9 months ago by torpedo51.
Viewing 1 replies (of 1 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    The customer user can now proceed to the checkout page, even though a variation has not been selected for ChildProduct in the Cart. Is there no error check for this?? – if WooCommerce is allowing this it is possible. It is just taking first possible variation.
    We will update this part to take default variation instead of the first.

    The customer user cannot change the variation of the ChildProduct in the Cart – we don’t have such option and never had. If you know how ofc you can add it.

    Regards,
    Dima

Viewing 1 replies (of 1 total)
  • The topic ‘added variable product without selected variation’ is closed to new replies.