Title: Quick view botton
Last modified: May 28, 2017

---

# Quick view botton

 *  Resolved [puzzledideias](https://wordpress.org/support/users/puzzledideias/)
 * (@puzzledideias)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/quick-view-botton/)
 * not compatible with theme bazar
    the add to cart and quick view bottom disapear

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * (@wpashokg)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/quick-view-botton/#post-9195583)
 * [@puzzledideias](https://wordpress.org/support/users/puzzledideias/),
 * May be we need to add some filters in the theme. Need to check. Here I already
   disabled the view product link / button. I guess you need to disable / override
   that filter
    Sorry for the late reply.
 * Thanks,
 * Ashok G.
 *  [Jakours2](https://wordpress.org/support/users/jakours2/)
 * (@jakours2)
 * [9 years ago](https://wordpress.org/support/topic/quick-view-botton/#post-9297090)
 * same for me.. using another theme (x-store).
 * How can we modify filter?
 *  Plugin Author [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * (@wpashokg)
 * [9 years ago](https://wordpress.org/support/topic/quick-view-botton/#post-9297404)
 * Hello [@jakours2](https://wordpress.org/support/users/jakours2/),
 * It’s by adding a custom action like this.
 *     ```
       add_action('woocommerce_after_shop_loop_item', 'custom_function_to_replace_add_to_cart');
       function custom_function_to_replace_add_to_cart()
       {
           global $product;
           $link = $product->get_permalink();
           echo 'Add what you want to be shown to the end user';
       }
       ```
   
 * Happy coding,
 * Ashok G
    -  This reply was modified 9 years ago by [Ashok G](https://wordpress.org/support/users/wpashokg/).
 *  [Jakours2](https://wordpress.org/support/users/jakours2/)
 * (@jakours2)
 * [9 years ago](https://wordpress.org/support/topic/quick-view-botton/#post-9298580)
 * Hello! Sorry for the late reply.
 * Thanks!! 😀
 *  Plugin Author [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * (@wpashokg)
 * [9 years ago](https://wordpress.org/support/topic/quick-view-botton/#post-9308416)
 * Ok.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Quick view botton’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-min-max-quantity-limit.svg)
 * [Simple Minimum and Maximum Quantity Limit for WooCommerce](https://wordpress.org/plugins/woo-min-max-quantity-limit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-min-max-quantity-limit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/quick-view-botton/#post-9308416)
 * Status: resolved