Hi related products are turned off but it is still showing them.
http://eurekawellness.com.au/shop/uncategorized/organic-turmeric-black-pepper/
Hi related products are turned off but it is still showing them.
http://eurekawellness.com.au/shop/uncategorized/organic-turmeric-black-pepper/
Hi @s_mocko,
Thanks for writing in.
As I checked, I could see that the customizer setting is not working. I will forward this issue to our developer. This is probably because of the other woocommerce extension installed.
For workaround you can use CSS or adding code in your function.php
To use CSS, add this in your custom CSS:
.woocommerce .related{
display:none;
}
To use function php code: add this in your function.php child theme
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
For more details, check this link below
Let us know how it goes.
Thanks.
Hi, Sorry to bump up an old thread, but this is the one I found about this topic.
I’ve added CSS to remove related products in the theme options CSS as well as the Customizer CSS and additionall turned off related products in the theme options. And they’re still showing! Is there a global option I’m not aware of? The related products are not displaying the correct items (in many cases the related option, is actually the product itself). I’m tired of trying to solve that issue and just want to turn them off at the moment. Thanks!
If you are trying to remove the Related Products from the Single Product page, that can be done by disabling the Theme Options > WooCommerce > Single Product (Related Products) option. Please find the screenshot describing the option.
If that is not the case and you are trying to point out something else, please create a new thread and provide any screenshot marked with the issue or any video that helps us to recognize the problem.
Hope it helps.
Thanks