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.
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.
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.