• As we’ve changed main file’s name in v2.5.0 – you’ll have to reactivate plugin after updating to v2.5.0. All your settings will remain unchanged.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You really should set some notice in admin dashboard to deactive/active after update.
    Most people wont even note that it is not working after update, and a very few will come here to understand what happened. ??

    Thread Starter Algoritmika

    (@algoritmika)

    Hi @frisoni,

    I agree that we probably didn’t handle this in the best way. Not sure what can be done though. As plugin automatically becomes disabled after update – there is no way for us to add an admin notice – plugin must be enabled for that…

    Hi Algoritmika,

    I notice that the payment and gateway fees are not working Yith Multi Step Checkout..

    What function (after… total count) is called? So that it can be added.

                /* WooCommerce Multiple Shipping Support */
                if( class_exists('WC_Ship_Multiple') ){
                    global $wcms;
                    if( $wcms ){
                        remove_action( 'woocommerce_before_checkout_form', array( $wcms->checkout, 'before_checkout_form' ) );
                        add_action( 'woocommerce_checkout_shipping', array( $wcms->checkout, 'before_checkout_form' ) );
                    }
                }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘v2.5.0 Upgrade Notice’ is closed to new replies.