Title: Bears WooCommerce Product Quick View
Author: huynhhuynh
Published: <strong>December 20, 2017</strong>
Last modified: December 20, 2017

---

Search plugins

![](https://ps.w.org/bears-woocommerce-product-quick-view/assets/banner-772x250.
jpg?rev=1789828)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/bears-woocommerce-product-quick-view/assets/icon-256x256.jpg?
rev=1789828)

# Bears WooCommerce Product Quick View

 By [huynhhuynh](https://profiles.wordpress.org/huynhhuynh/)

[Download](https://downloads.wordpress.org/plugin/bears-woocommerce-product-quick-view.zip)

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

 [Support](https://wordpress.org/support/plugin/bears-woocommerce-product-quick-view/)

## Description

Bears WooCommerce Quick View allows users to get a quick look of products without
opening the product page.

### Quick View Modal

[WordPress how to install plugin](https://codex.wordpress.org/Managing_Plugins)

The modal window shows the product’s:

 1. Main featured image
 2. Title
 3. Price
 4. Short description
 5. View button
 6. Cart buttons

### Compatible

 1. WooCommerce 3.x
 2. WooCommerce Variation Swatches and Photos
 3. WooCommerce Product Bundles

### Changing Template

To customize template, create a folder ‘bears-woocommerce-product-quick-view’ on
your theme:
 Example (custom layout quick view button):

    ```
    copy file: plugins/bears-woocommerce-product-quick-view/templates/loop/quick-view-button.php
    to your theme: your-theme/bears-woocommerce-product-quick-view/loop/quick-view-button.php
    -> edit the file.
    ```

Remove button quick view:

    ```
    add_action('wp_head', 'remove_button_quick_view');
    function remove_button_quick_view() {
      global $BWC_Product_Quick_View;
      remove_action('woocommerce_after_shop_loop_item', array($BWC_Product_Quick_View, 'quick_view_button'), 5);
    }
    ```

Move button quick view:

    ```
    global $BWC_Product_Quick_View;
    add_action('name action ...', array($BWC_Product_Quick_View, 'quick_view_button'), 15);
    ```

### Hooks

 1. add_action(‘bwc_product_quick_view_before_single_product’, …);
 2. add_action(‘bwc_product_quick_view_after_single_product’, …);

## Screenshots

[[

## Installation

This section describes how to install the plugin and get it working.

e.g.

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Plugin Name screen to configure the plugin
 4. (Make your instructions match the desired user flow for activating and installing
    your plugin. Include any steps that might be needed for explanatory purposes)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ huynhhuynh ](https://profiles.wordpress.org/huynhhuynh/)

[Translate “Bears WooCommerce Product Quick View” into your language.](https://translate.wordpress.org/projects/wp-plugins/bears-woocommerce-product-quick-view)

### Interested in development?

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

## Changelog

#### 1.0

 * First released version 1.0

## Meta

 *  Version **1.0.0**
 *  Last updated **9 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **4.8.28**
 *  PHP version ** 5.5.6 or higher **
 * Tags
 * [get more sales](https://wordpress.org/plugins/tags/get-more-sales/)[product quick view](https://wordpress.org/plugins/tags/product-quick-view/)
   [quick view](https://wordpress.org/plugins/tags/quick-view/)[woocommerce quick view](https://wordpress.org/plugins/tags/woocommerce-quick-view/)
 *  [Advanced View](https://wordpress.org/plugins/bears-woocommerce-product-quick-view/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/bears-woocommerce-product-quick-view/reviews/)

## Contributors

 *   [ huynhhuynh ](https://profiles.wordpress.org/huynhhuynh/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bears-woocommerce-product-quick-view/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://wordpress.org/plugins/bears-woocommerce-product-quick-view/?output_format=md#)