WPC Smart Quick View allows users to get a quick look of products without opening the product page.
WPC Smart Quick View for WooCommerce allows shop owners to set up a Quick view popup, which enables customers to get a quick summary of the product details without leaving the current page. WPC Smart Quick View brings about an advanced site navigation experience for your visitors and assists people in decision making; thus, turning more visitors into potential customers. It also helps to minimize the bounce rate and improve the site ranking. Besides, WPC Smart Quick View is fully optimized for SEO, compatible with any WordPress themes & WPML plugin for site translation. Especially, even on small screen hand-held devices, your site appearance would still be great thanks to the plugin’s high adaptability.
Visit our live demo 01 or live demo 02 to see how this plugin works.
Please try other plugins from us:
To integrate with a theme, please use bellow filter to hide the default buttons.
add_filter( 'woosq_button_position', '__return_false' );
After that, use the shortcode to display the button where you want.
echo do_shortcode('[woosq id="{product_id}"]');
Example:
echo do_shortcode('[woosq id="99"]');
If you want to run any JS functions after the popup content was loaded, please use the JS trigger ‘woosq_loaded’.
Example:
$(document).on('woosq_loaded', function() { // do something });