This topic is: not resolved
-
Hello there,
I’m trying to remove the link to the single product page in a category I have set up on a separate page using the shortcode.
I’m using this code for images: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 ); function pbm_remove_link_product_page_cat() { if ( has_term( 'credit-packages', 'product_cat' ) ) { } }
It works on the catalog products page but not on the category.