• Resolved learningwordpress75

    (@learningwordpress75)


    Hi,
    How can i hide “related products” in WooCommerce.
    I only want to show a single product, and not deviate the customer towards other products.
    Thanks M

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Our plugin doesn’t have this option. Normally this option is available in the theme. If it is not in your theme then you may try the below hook by adding it to your theme’s functions.php.

    remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );

    We hope this will help ??

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Related Products in WooCommerce’ is closed to new replies.