Please refer to TemplateMonster Support for any issues surrounding TemplateMonster/TemplateTuning Themes – thanks, Jigoshop Team

How to turn off related products tab?

If you want to disable related product tab, add below code to your theme's functions.php to remove related products:

remove_action( 'jigoshop_after_single_product_summary', 'jigoshop_output_related_products', 20);