Home Forums WoodMart support forum EU Energielabel auf Kategorie-Seite

EU Energielabel auf Kategorie-Seite

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245680

    creballo
    Participant

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

    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

    #245754

    creballo
    Participant

    Hello Elise

    Thanks for taking care of my problem.
    Access you will find in private content.

    Best regards

    #246010

    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

    #246015

    creballo
    Participant

    Thank you very much!
    It works. Great.

    #246142

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘EU Energielabel auf Kategorie-Seite’ is closed to new replies.