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

ibrahim shah

hello we have issue when update the plugin so before update the plugins working even this working update as well but style not working as before we have when we update ,
please check the single product page there you will how its looking.
here is the link for single product page https://strizo.acewebbies.com/product/ep221_4-epoxy-bindmiddel-siergrind/
you will package there is radio button which not looking well we set this into inline style now and before the price is not showing and after update it showing price as well

Hakik Zaman

Hi ibrahim,

Thanks for reaching out to us. Your login credentials are not working.

Could you record me reproducing your issue using a tool like this? https://www.useloom.com
It helps me to quickly figure out the issue.

Thank You

Hakik Zaman

Hi ibrahim,

You should use 2.0.3 for both the free and pro versions to avoid the critical error (you have shown in your video).

For the radio button attribute, Please place the below code inside your functions.php or install a plugin Code Snippets and add the below code as a snippet:

add_filter('woo_variation_swatches_global_item_radio_label_template', 'override_radio_display_parameter', 10, 2);
add_filter('woo_variation_swatches_variable_item_radio_label_template', 'override_radio_display_parameter', 10, 2);
function override_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;
}

Basically, we added more info about variations in our latest release.

Thank You

ibrahim shah

thank you
Hakik Zaman
all work perfectly and just write a few line more css so all work perfectly thanks once again