You need to edit the functions.php file located in /wp-content/themes/your-theme-name/).
add the following line anywhere after the <?php line:
[php]remove_action( ‘woocommerce_after_single_product_summary’,
‘woocommerce_output_related_products’, 20);[/php]
Leave a Reply