• Your plugin is very useful, thanks.
    However, I noticed that when you try to change the shipping class it doesn’t change.
    It always remains in “as a parent”.

    I hope you can solve this annoying problem, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nunziorash

    (@nunziorash)

    I took a look at the plugin and it looks like the shipping class update is missing.
    By inserting these two lines of code the problem is solved.

    if ( ! empty( $_fields['variable_shipping_class'] ) && ( $_fields['variable_shipping_class'] !== 'wpcvb_no_change' ) ) {
    $props['shipping_class_id'] = wc_clean( wp_unslash( $_fields['variable_shipping_class'] ) );
    }

    I hope I have been helpful to you.

    Plugin Support Janilyn T

    (@janilyn409)

    Hi @nunziorash ,

    Thanks for reporting this issue to us. I have been able to retrieve this issue on our dev site.

    I have sent a report to our developers so that they can investigate and release a new fix as soon as possible. Please check back when you see a new update for this plugin.

    Best regards.

    Plugin Support Janilyn T

    (@janilyn409)

    Hi @nunziorash ,

    Great news. Our developers have fixed the issues with shipping class and tax class updates in our plugin. Please update to version 1.2.2 and clear caches before checking again.

    Best regards.

    • This reply was modified 1 year, 2 months ago by Janilyn T.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No change class shipping’ is closed to new replies.