fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

I noticed that after updating Elementor/Woocommerce There has been a lot of change in appearance.

I noticed that after updating Elementor/Woocommerce There has been a lot of change in appearance. Can you check your plugins to solve this problem?
I have a picture for you to see.
www.shopch.in.th
——————-
Screenshort |  www.shopch.in.th
https://nimb.ws/jSUVBT
https://nimb.ws/9paRAs
https://nimb.ws/jD6pyd
—————

Screenshort Webtest |  test.shopch.in.th
[ user: nznbhygbpb /  pass:  Rm8qgAd7Rt ] https://test.shopch.in.th/product/126868/
https://nimb.ws/5Qn78C

Or the plugin you updated, I noticed the Variation Swatches for WooCommerce Settings are very different between version 1.1.19 and 2.0.1.

Hakik Zaman

Hi Sorchote,

Thanks for reaching out to us. Version 2.0 is a massive change, we have updated the whole codebase.

Are you facing any issues?

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Sorchote,

Please install a plugin Code Snippets and add the below snippet using that plugin-

add_filter('woo_variation_swatches_global_item_radio_label_template', 'overrid_radio_display_parameter', 10, 2);
add_filter('woo_variation_swatches_variable_item_radio_label_template', 'overrid_radio_display_parameter', 10, 2);
function overrid_radio_display_parameter($template, $data){
   $new_label_template = apply_filters( 'woo_variation_swatches_global_item_radio_label_template_new', '%variation%', $data );
   return $new_label_template;
}

Then check if it resolves your issue or not.

Thank You