Remove Link to Product Page from the Shop
-
Hi all,
Thanks for this great theme. I would like to remove the functionality of going further into product page/info. The flow of customer should be simple:
1. visit my store
2. add to cart
3. finishAt the moment user has an option to click on the product from the store. This will lead him into further product page with more details. I do not need this.
I have found piece of generic code for woocomerce:
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 );But this dosnt work with your theme? Could you help?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Link to Product Page from the Shop’ is closed to new replies.