Title: WCQV – Product Quick View for WooCommerce
Author: Mainul Hassan
Published: <strong>اگست 4, 2015</strong>
Last modified: اپریل 16, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/wc-products-quick-view.svg)

# WCQV – Product Quick View for WooCommerce

 By [Mainul Hassan](https://profiles.wordpress.org/shamimmoeen/)

[Download](https://downloads.wordpress.org/plugin/wc-products-quick-view.2.0.0.zip)

 * [Details](https://ps.wordpress.org/plugins/wc-products-quick-view/#description)
 * [Reviews](https://ps.wordpress.org/plugins/wc-products-quick-view/#reviews)
 *  [Installation](https://ps.wordpress.org/plugins/wc-products-quick-view/#installation)
 * [Development](https://ps.wordpress.org/plugins/wc-products-quick-view/#developers)

 [Support](https://wordpress.org/support/plugin/wc-products-quick-view/)

## Description

WCQV adds a Quick View button to WooCommerce product listings. When clicked, a modal
opens displaying key product details such as images, title, price, description, 
and product options, allowing customers to quickly preview products before visiting
the product page.

**Key features:**

 * **Quick product preview** — open product details in a modal from anywhere the
   button is displayed
 * **Product image gallery** — browse multiple product images with navigation arrows
   and dots
 * **Customizable button** — control the label, icon, and placement
 * **Shortcode** — place the button anywhere with `[wcqv_button]`
 * **Action hooks** — add, remove, or reorder modal sections via `wcqv_product_gallery`
   and `wcqv_product_summary`
 * **Accessibility** — keyboard navigation, focus management, and screen reader 
   support
 * **RTL support** — works with right-to-left languages
 * **Multilingual ready** — compatible with WPML and Polylang

## Screenshots

 * [[
 * Quick View button on the shop page
 * [[
 * Product quick view modal with gallery and product details
 * [[
 * Plugin settings under WooCommerce > Settings > Quick View

## Installation

 1. Install the plugin through the WordPress plugin screen, or upload the plugin folder
    to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen.
 3. The Quick View button appears automatically in supported product listings.
 4. Optionally adjust settings at **WooCommerce > Settings > Quick View**.

## FAQ

### Does it work with variable products?

Yes. The WooCommerce variation form loads inside the modal. Compatibility with swatches
depends on your theme or swatch plugin. If you encounter issues, feel free to open
a support request so we can continue improving compatibility.

### Where does the Quick View button appear?

The button is automatically added to product listings such as shop, category, related,
upsell, and other product loops. You can also place it manually using the shortcode
or PHP function.

### Can I change the button position?

Yes — go to **WooCommerce > Settings > Quick View** and choose a position from the
dropdown. To place the button manually, select **None** and use the `[wcqv_button]`
shortcode or call `wcqv_button()` in your theme.

### Does it work with my theme?

The plugin inherits styles from your theme for the button and modal content. If 
the result doesn’t fit your design, you can adjust it with CSS or override the templates.

### Is it accessible?

Yes. The modal uses the native HTML `<dialog>` element with keyboard navigation,
screen reader announcements, focus management, and reduced motion support.

### Does it support RTL languages?

Yes. The layout automatically flips for RTL languages like Arabic and Hebrew.

### Can I override the templates?

Yes. Copy `button.php` or `product.php` from the plugin’s `templates/` folder into`
yourtheme/wc-products-quick-view/` and edit them there.

### Can I customize the modal content?

Yes. The modal content is built with action hooks. You can add, remove, or reorder
sections. For example, to remove the product rating:

    ```
    remove_action( 'wcqv_product_summary', 'woocommerce_template_single_rating', 10 );
    ```

## Reviews

![](https://secure.gravatar.com/avatar/5c62a322c9e7de9c56f8e810cf2114f340e43c4b1ef36202c66ed220b61d2bd7?
s=60&d=retro&r=g)

### 󠀁[Works amazing !!](https://wordpress.org/support/topic/works-amazing-5/)󠁿

 [vaibhav singhvi](https://profiles.wordpress.org/vaibhav-singhvi/) سپتمبر 3, 2016

This plugin works very well !!

![](https://secure.gravatar.com/avatar/ab61e3cccbeb48c73da4b3e805b9c5b987cc401774c40f21adf26662fb1aebd7?
s=60&d=retro&r=g)

### 󠀁[This is a great plugin!!!](https://wordpress.org/support/topic/this-is-a-great-plugin-47/)󠁿

 [rikitikes](https://profiles.wordpress.org/rikitikes/) سپتمبر 3, 2016

Thank you!!! This is a great plugin. Works very well.

![](https://secure.gravatar.com/avatar/71ddbcb782c124487eacab86d03868ed41c41d88e1fa67cecef6ad69444bf9b7?
s=60&d=retro&r=g)

### 󠀁[Thanks to the developer plugin works fine!](https://wordpress.org/support/topic/thanks-to-the-developer-plugin-works-fine/)󠁿

 [aexv](https://profiles.wordpress.org/aexv/) سپتمبر 3, 2016

Thanks to the developer plugin works fine!

![](https://secure.gravatar.com/avatar/9eafa3e00bba1fb4130be8c0003cfff812af599e6ec2fb1773413db91e647362?
s=60&d=retro&r=g)

### 󠀁[Awesome plugins](https://wordpress.org/support/topic/awesome-plugins-18/)󠁿

 [Pushpendu Paul](https://profiles.wordpress.org/pushpendu-paul/) سپتمبر 3, 2016

Right now I am using latest version of Wordpress 4.3.1. This plugins work absolutely
fine with latest version without any conflict.

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/)

## Contributors & Developers

“WCQV – Product Quick View for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Mainul Hassan ](https://profiles.wordpress.org/shamimmoeen/)

[Translate “WCQV – Product Quick View for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/wc-products-quick-view)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wc-products-quick-view/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wc-products-quick-view/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wc-products-quick-view/)
by [RSS](https://plugins.trac.wordpress.org/log/wc-products-quick-view/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0 (16 April 2026)

 * New – Product image gallery with navigation arrows and dots
 * New – Button settings for icon, icon position, style, and placement
 * New – Shortcode `[wcqv_button]` for manual button placement
 * New – Scroll lock setting to prevent background scroll while the modal is open
 * New – Action hooks for modal content: `wcqv_product_gallery`, `wcqv_product_summary`
 * New – JavaScript events: `wcqv:trigger`, `wcqv:load`, `wcqv:close`
 * New – Accessibility: keyboard navigation, focus management, screen reader support
 * New – RTL language support
 * New – WPML and Polylang support for translatable strings
 * Changed – Plugin name: “WC Products Quick View”  “WCQV – Product Quick View for
   WooCommerce”
 * Changed – Template system rewritten. Templates moved from `yourtheme/woocommerce/
   wpqv-*.php` to `yourtheme/wc-products-quick-view/*.php` and now render via action
   hooks. Existing v1 overrides must be rewritten.
 * Changed – Function renamed: `wpqv_button()`  `wcqv_button()`

#### 1.0

 * Initial release

## Meta

 *  Version **2.0.0**
 *  Last updated **4 ورځې ago**
 *  Active installations **10+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/wc-products-quick-view/)
 * Tags
 * [Product Modal](https://ps.wordpress.org/plugins/tags/product-modal/)[product quick view](https://ps.wordpress.org/plugins/tags/product-quick-view/)
   [quick view](https://ps.wordpress.org/plugins/tags/quick-view/)[woocommerce](https://ps.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://ps.wordpress.org/plugins/wc-products-quick-view/advanced/)

## Ratings

 4.2 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wc-products-quick-view/reviews/)

## Contributors

 *   [ Mainul Hassan ](https://profiles.wordpress.org/shamimmoeen/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wc-products-quick-view/)