How to disable the link to the single product page
-
Hi,
I would like to disable the single product link in “WL: Universal Product Layout”.
Found this code what is work for the standard woocommerce widget but not for Woolentor
“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 );”
Is there a way to adjust it for Wooletor?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to disable the link to the single product page’ is closed to new replies.