Hide/Deactivate product link on the image
-
I would like to deactivate the link to the product on the shop page only on the image, is it possible to do so? I am currently using a function that turns everything off:
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 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide/Deactivate product link on the image’ is closed to new replies.