This topic is: not resolved
-
Hello thanks again for your support always.
I would like to:
1. Remove links on Thumbnail
2. Remove links on TitleI found:
//remove links to product in shop page, functions.php
remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’, 5 );https://github.com/woothemes/woocommerce/blob/master/templates/content-product.php
But it didn’t work. Please help.
Can you include this feature in the setting?
Thanks