I would like to use custom badges on my site like -50%, NEW ect.
While the template has not giving any options for custom badges I downloaded a third party module which is from Yith - Yith Woocommerce Badge Management.
When I set it up correctly, the frontend does not have any changes on produtct. I checked it and it is due to this template is not using the basic woocommerce_single_product_image_html and post_thumbnail_html hooks.
Is it possible to get this working or could you suggest me how to use any other custom badge module?
Since version 3.0 of WooCommerce, it is no longer supporting "woocommerce_single_product_image_html" filter. I guess the plugin needs to be updated to support WC 3.0.x
You can prove this by searching WooCommerce files for any "woocommerce_single_product_image_html" filter and it will not return any results.
Hi team!
I would like to use custom badges on my site like -50%, NEW ect.
While the template has not giving any options for custom badges I downloaded a third party module which is from Yith - Yith Woocommerce Badge Management.
When I set it up correctly, the frontend does not have any changes on produtct. I checked it and it is due to this template is not using the basic woocommerce_single_product_image_html and post_thumbnail_html hooks.
Is it possible to get this working or could you suggest me how to use any other custom badge module?
Thanks in advance!
Hi Norbert,
Since version 3.0 of WooCommerce, it is no longer supporting "woocommerce_single_product_image_html" filter. I guess the plugin needs to be updated to support WC 3.0.x
You can prove this by searching WooCommerce files for any "woocommerce_single_product_image_html" filter and it will not return any results.