Show only category - add to functions.php
add_filter( 'woocommerce_product_related_posts_relate_by_tag', '__return_false' );
and is it possible to set it to show only products from the same category?
Thank you
I see you have related products
https://monosnap.com/file/jaNJdHMaPM6PRWHrgKqZUkeYJJMr3H
Woocommerce counts related products not only by category but also by other criterias
Hello,
do you know why the Related Offers are not displayed from the same category as the product on the detail?
Regards
Additional Info
Link on page with issue: https://parfo.cz/katalog/aromaticka-mala-svicka-s-drevenym-knotem-chilli-pepper-gelato-31-g-woodwick/
Show only category - add to functions.php
add_filter( 'woocommerce_product_related_posts_relate_by_tag', '__return_false' );