Show related products by same category - by Adrian

This topic has 4 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow

  • Avatar: Adrian
    Adrian
    Participant
    May 31, 2020 at 23:54

    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

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 1, 2020 at 11:55

    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

    Avatar: Adrian
    Adrian
    Participant
    June 1, 2020 at 13:36

    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.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 1, 2020 at 14:18

    Hello,

    What about this part of code http://prntscr.com/srp431 Have you added it or missed?

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.