• Does anyone know how to disable “related products” on woocommerce 2.1.2? I’m using discoverpro theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this is an update issue. I have not found the solution.

    Related products image seems to be the wrong size…enlarged and pixelated. Would like to see this solved in theme or otherwise be able to disable it

    Also using pro theme

    Thread Starter jcortes

    (@jcortes)

    @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.

    Thanks! Will give it a try. Ideally I do want to use the related products though so hopefully this issue will be resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable "related products" woocommerce 2.1.2’ is closed to new replies.