This topic has 4 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi,
I fount this, but the code has changed. How can i use it now?
https://www.8theme.com/topic/show-related-products-by-same-category/
Thanks
Hello,
What code has changed? If you added the code mentioned in that topic but it does not suit your needs and display the products from the other categories than you want you can contact WP Kraken team if you need help with this because customization is out the scope of our support.
Regards
The code in the related.php file.I pasted the code from https://www.8theme.com/topic/show-related-products-by-same-category/ replacing this:
$args = apply_filters( 'woocommerce_related_products_args', array(
'post_type' => 'product',
'ignore_sticky_posts' => 1,
'no_found_rows' => 1,
'posts_per_page' => $posts_per_page,
'orderby' => $orderby,
'post__in' => $related,
'post__not_in' => array( $product->get_id() )
) );
. After that, the related section doesn’t show any products.
Thanks.
You must be logged in to reply to this topic.Log in/Sign up