• In my case I want to show only the grid or list of the products with their respective prices, that is, at the moment it is not necessary to even access the product page, is it possible to do that from the plugin configuration? If not, could you guide me on how to avoid such access by removing the link from the images and product titles? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    I’m sorry but the plugin doesn’t have that feature.
    You can try to remove these hooks adding this code inside the file functions.php of your theme

    
    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 1 replies (of 1 total)
  • The topic ‘directly do not open the product page’ is closed to new replies.