Conversation
supportI hope you can help? I’m using the plugin Product Labels For Woocommerce (Sale Badges) And I have created a rule for all products in the OUTLET category to have a badge. But if I access a product brand page, for example: https://danmonshop.se/shop/?yith_wcan=1&pwb-brand=studio-network-solutions then all products have a badge even if they are not in the OUTLET category. If I then click on one of these products, the badge is not displayed. I have tried the following: Disable/Enable plugin Delete label and create new Change theme Somehow I this it conflicts with the YITH filter? https://dev.danmonshop.com/shop/?yith_wcan=1&pwb-brand=ibm Do you know what causes this? Thanks in advance! This topic was modified 2 years, 2 months ago by dantechtest . This topic was modified 2 years, 2 months ago by dantechtest . The page I need help with: [ log in to see the link]
Hi, Could you please try adding ‘ add_filter( ‘acoplw_taxonomy_filter’, ‘__return_false’ ); ‘ to your function.php file? If it doesn’t work, please inform us, and we will provide another solution. We require more details to address this issue effectively. You can reach us on the Acowebs website.
Hi and thanks for the quick reply! I used the code in the CodeSnippet and it seems to work fine now, thanks. This reply was modified 2 years, 2 months ago by dantechtest .
Hi, Could you please try adding ‘ add_filter( ‘acoplw_taxonomy_filter’, ‘__return_false’ ); ‘ to your function.php file? If it doesn’t work, please inform us, and we will provide another solution. We require more details to address this issue effectively. You can reach us on the Acowebs website.
Hi and thanks for the quick reply! I used the code in the CodeSnippet and it seems to work fine now, thanks. This reply was modified 2 years, 2 months ago by dantechtest .