| 开发者 | shamimmoeen |
|---|---|
| 更新时间 | 2026年4月16日 23:25 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL v2 or later |
| 版权网址: | 版权信息 |
[wcqv_button]wcqv_product_gallery and wcqv_product_summary/wp-content/plugins/.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.
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.
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.
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.
Yes. The modal uses the native HTML <dialog> element with keyboard navigation, screen reader announcements, focus management, and reduced motion support.
Yes. The layout automatically flips for RTL languages like Arabic and Hebrew.
Yes. Copy button.php or product.php from the plugin's templates/ folder into yourtheme/wc-products-quick-view/ and edit them there.
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 );
[wcqv_button] for manual button placementwcqv_product_gallery, wcqv_product_summarywcqv:trigger, wcqv:load, wcqv:closeyourtheme/woocommerce/wpqv-*.php to yourtheme/wc-products-quick-view/*.php and now render via action hooks. Existing v1 overrides must be rewritten.wpqv_button() → wcqv_button()