Home Forums Basel support forum YITH WOOCOMMERCE BADGE MANAGEMENT

YITH WOOCOMMERCE BADGE MANAGEMENT

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34252

    jcomendatore
    Participant

    I used the YITH WOOCOMMERCE BADGE MANAGEMENT plugin but it does not work correctly, in the categories the labels are not visible. Or if you do not tell me how I can create custom labels on a product so they can be seen on the category page. Ex: Sale in pack of 3.

    #34262

    Artem Temos
    Keymaster

    Hello,

    Try to comment or remove the code from the file inc/woocommerce.php

    remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
    add_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );

    Regards

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