@japhys- That’s the reason why I wanted to disable the related products. To remove the “related products” add the code:
remove_action( ‘woocommerce_after_single_product_summary’,
‘woocommerce_output_related_products’, 20 );
All the way to the bottom of the functions.php page, works great.