EU Energielabel auf Kategorie-Seite
-
I use the extension of YITH to display the EU energy labels on products.
This works on the product detail page, but unfortunately not on the category page.
In backend “Show on shop thumbnails“ is checked.
Is there a possibility?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
I am afraid the plugin may conflict with our theme as there is a label option integrated. Please provide your site admin access we shall check, and also please contact the plugin support perhaps they would suggest a solution.
Best Regards
Hello Elise
Thanks for taking care of my problem.
Access you will find in private content.
Best regards
Hello,
Please try to add this code to the functions.php of the child theme:
add_action( 'init', function() {
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
}, 1100 );
Best Regards
Thank you very much!
It works. Great.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘EU Energielabel auf Kategorie-Seite’ is closed to new replies.