Looking to disable WC product links
-
Hello!
Since we’re using a table for our “donation” products, I am testing out functions to remove the product links in cart and checkout so customer bypasses the Shop and product page altogether.
I am using just some basic functions but they don’t seem to be working.
add_filter( ‘woocommerce_order_item_permalink’, ‘__return_false’ );
add_filter( ‘woocommerce_cart_item_permalink’, ‘__return_null’ );Is it possible the plugin is overriding these function snippets?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Looking to disable WC product links’ is closed to new replies.