Descrizione
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
The modal window shows the product’s:
- Main featured image
- Title
- Price
- Short description
- View button
- Cart buttons
Compatible
- WooCommerce 3.x
- WooCommerce Variation Swatches and Photos
- 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
- add_action(‘bwc_product_quick_view_before_single_product’, …);
- add_action(‘bwc_product_quick_view_after_single_product’, …);
Screenshot
Installazione
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin
- (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Bears WooCommerce Product Quick View” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Bears WooCommerce Product Quick View” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0
- First released version 1.0