• Resolved tjobbe

    (@tjobbe)


    I’m using this plugin, and it’s great. Thanks.

    I want to stop the “woocommerce_after_single_product_summary” from displaying the “related products” and “you may also like” products from showing up afterwards.

    How do I do this?

Viewing 1 replies (of 1 total)
  • Plugin Author Alaa Rihan

    (@alaa-rihan)

    you can unhook related products easily by adding this to your theme functions.php file:
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

Viewing 1 replies (of 1 total)
  • The topic ‘Stop “related products” from showing’ is closed to new replies.