Title: move quick view button
Last modified: August 30, 2016

---

# move quick view button

 *  [rdxcsgoid](https://wordpress.org/support/users/rdxcsgoid/)
 * (@rdxcsgoid)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/move-quick-view-button/)
 * Hey i want quick view button to be just below product image
    Like
 *     ```
       <div class="kad-woo-image-size">
       <div class="product_details">
       <span class="product_price headerfont">
       <a class="button yith-wcqv-button" data-product_id="1607" href="#" style="position: static;">Quick view </a>
       ```
   
 * i want to move it below image between kad-woo-image-size & product_details
    thank
   you !
 * [https://wordpress.org/plugins/yith-woocommerce-quick-view/](https://wordpress.org/plugins/yith-woocommerce-quick-view/)

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/move-quick-view-button/#post-6779928)
 * Hi,
    for move the button in another position you have to change this action `
   add_action( 'woocommerce_after_shop_loop_item', array( $this, 'yith_add_quick_view_button'),
   15 );` in class.yith-wcqv-frontend.php. You can do this from your functions.php
   file. Maybe something like this
 *     ```
       if( class_exists( 'YITH_WCQV_Frontend' ) ){
       $quick_view = YITH_WCQV_Frontend();
       remove_action('woocommerce_after_shop_loop_item', array( $quick_view, 'yith_add_quick_view_button' ), 15 );
       add_action( 'action_where_you_want_button', array( $quick_view, 'yith_add_quick_view_button' ), priority_number );
       }
       ```
   
 * Maybe, but it depends from your product layout, you can move button using css
   rules. Feel free to send me link of your site, so I can check it.
 * Let me know, regards 🙂
 *  Thread Starter [rdxcsgoid](https://wordpress.org/support/users/rdxcsgoid/)
 * (@rdxcsgoid)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/move-quick-view-button/#post-6779930)
 * Hey thank you ! I got it .
    I am facing another issue.
 * I am using woocommerce product add-on. !
    Which works perfect on product page,
   but not in quick view. Here is my shop page [http://cardmart.in/shop/](http://cardmart.in/shop/)
   You can see quick view , when you hover on any product. thank you & if possible
   please reply fast.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/move-quick-view-button/#post-6779952)
 * Hi,
    I’m very sorry, but in this moment quick view is not fully compatible with
   woocommerce product add-on. I send a request to our developer team, so they can
   add this to next update.
 * Stay tuned, greetings 🙂

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

The topic ‘move quick view button’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-quick-view/assets/icon-128x128.gif?rev=
   3193930)
 * [YITH WooCommerce Quick View](https://wordpress.org/plugins/yith-woocommerce-quick-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-quick-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/move-quick-view-button/#post-6779952)
 * Status: not resolved