Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1063196

    Hi,
    we tried
    remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );
    but were not successful.

    Best wishes,
    JK

    #1063464

    Hey JanCre,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function remove_woo_relate_products(){  
    	remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
    }
    add_action('init', 'remove_woo_relate_products', 10);

    Best regards,
    Mike

    #1063698

    Bingo! Thanky you very much!

    #1063815

    Hi,
    Glad to help, we will close this then, but please open a new thread if there is anything we can help with.
    Have a great day and thanks for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can't suppress "related products" on a Enfold / WC product page’ is closed to new replies.