Title: Adding attributes to the quickview
Last modified: September 1, 2016

---

# Adding attributes to the quickview

 *  [pegasus6464](https://wordpress.org/support/users/pegasus6464/)
 * (@pegasus6464)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-attributes-to-the-quickview/)
 * Can i add custom attributes and image upsells to the ajax window?
 * [https://wordpress.org/plugins/yith-woocommerce-quick-view/](https://wordpress.org/plugins/yith-woocommerce-quick-view/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-attributes-to-the-quickview/#post-8177734)
 * Hi,
    you can use this action **yith_wcqv_product_image** or this **yith_wcqv_product_summary**
   for add content on quick view. With the first you can add content on image side,
   with the second one on product summary. So, in example, if you want to add custom
   attributes add this code on your theme functions.php
 *     ```
       add_action('yith_wcqv_product_summary', 'quick_view_custom_attributes' );
       function quick_view_custom_attributes(){
           // here your code
       }
       ```
   
 * regards.

Viewing 1 replies (of 1 total)

The topic ‘Adding attributes to the quickview’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/adding-attributes-to-the-quickview/#post-8177734)
 * Status: not resolved