• Resolved 95193

    (@95193-1)


    When the quick view pops up, the image is linked to the source file. How can I remove this link? It goes to the image page, which takes away the customer from the store.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a good question; I wondered the same.

    Doesn’t look as though the plugin is being updated or supported anymore… I just posted a thread about this. Maybe we’ll get some answers…

    Plugin Author Arshid

    (@arshidkv12)

    Please add following code in **functions.php**

    remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open' );
    remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Image Link on Quick View’ is closed to new replies.