Add the following code at the end of your functions.php file located in our child theme ( so it will not be lost when you update our theme ).
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
Modified on: Mon, 15 May, 2017 at 3:36 PM
Add the following code at the end of your functions.php file located in our child theme ( so it will not be lost when you update our theme ).
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
Did you find it helpful? Yes No
Send feedback