• Hi. First of all I have to say I appreciated a lot this plugin! It was exactly what I was looking for. So thanks a lot for your contribute!!

    Every was working fine until I updated WOO (yesterday).

    When I updated WOO to version 5.2 the form to change quantity of items in checkout disappeared! The “quantity” class div seemed to be hidden.

    As soon as I installed again WOO 5.1 the form appeared again ??
    Can you please help me?
    Thanks a lot.

    dario

Viewing 11 replies - 1 through 11 (of 11 total)
  • Having the same issue with woo-commerce 5.2 version. Please help.

    same here
    and yes appreciate this plugin

    Same Here Aswell, and like the others I fully appreciate the plugin.

    Unfortunately, it stopped working for me as well. Great plugin otherwise, would be great if it can keep running under the new version of Woocommmerce.

    Thread Starter Dario Banfi

    (@thefreelance)

    It seems there is an issue at line 55 of “change-quantity-on-checkout-woocommerce.php” file. If you set to “true” (instead of “false”) the last parameter of “woocommerce_quantity_input” function, the form appears again. I’m not exactly a programmer and I don’t know if this solve definitly. I’ll let the plugin programmer sort it out better. Thanks a lot.

    I have fixed it by copying woocommerce/checkout/review-order.php to child theme and change code on line number 38

    Before
    <?php echo wp_kses_post( apply_filters( ‘woocommerce_cart_item_name’, $_product->get_name(), $cart_item, $cart_item_key ) ) . ‘ ‘; ?>

    After
    <?php echo apply_filters( ‘woocommerce_cart_item_name’, $_product->get_name(), $cart_item, $cart_item_key ) . ‘ ‘; ?>

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi all

    I’m extremely sorry for not replying, as im in quarantine.

    I will try to look this issue in next week.

    I hope you can understand.

    Regards,
    Bhavik

    Thread Starter Dario Banfi

    (@thefreelance)

    We absolutely understand and wish you good health! Take care of yourself !!

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Thank you.

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi All,

    Looking at the issue faced by many, I have released version 2.0 in which I have applied the ix.

    NOTE: If anyone had made any custom change in the plugin then it will be overwritten when you update the plugin.

    Kindly let me know if you have any issues.

    Regards,
    Bhavik

    Thread Starter Dario Banfi

    (@thefreelance)

    I updated it and it works fine now. Thanks a lot!!!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘WOO 5.2 hides change qty form in checkout’ is closed to new replies.