An extension to WooCommerce that will preview price total when quantity changes on the product page.
WooCommerce Product Price x Quantity Preview is an extension for WooCommerce that allow visitors of your site to see the total price when they change the quantity.
The plugin, once activated, do not need to be setup. You will see the total price working on the product page if you change the quantity (works only for simple product type).
This plugin uses WooCommerce currency options settings, so you don’t have to worry about how the price is displayed.
This plugin offers a Pro addon which adds the following features:
- Support to WooCommerce Variable product type.
- Support to WooCommerce Dynamic Pricing & Discounts by RightPress
- [new] Support to YITH WooCommerce Dynamic Pricing and Discounts Premium by YITHEMES
- Custom buttons +/- supported. Must be accessible via selector
".quantity .plus"
and".quantity .minus"
.- More features and integrations is coming.
Get WooCommerce Product Price x Quantity Preview Addons now.
Visit demo page.
WooCommerce 3.0 or later.
woo-product-price-x-quantity-preview
folder to /wp-content/plugins/
directory via FTP. Yes! You really don’t need a setup for this plugin.
Yes! You must create your .po
file. If you want to submit a .po
file, I will be happy to add it on next release.
Contact me using this form.
You can paste this code to your current theme’s functions.php:
add_filter( 'ppqp_price_html', 'ppqp_price_html' ); function ppqp_price_html( $ppqp_price_html ) { return str_replace( 'Product Total', 'Order Total', $ppqp_price_html ); }
This is an example that will change “Product Total” to “Order Total”.
First of, this plugin relies mainly onjavascript. If you have javascript error on your page, this will not work.
If you still not able to make it work and wanted to contact me, you can reach me on this form.
It will, or it will not. That really depends on how those plugins are made.
But I can help you out if you contact me using this form.
- fix a rare error for custom +/- on quantity.
- added support for custom +/- on quantity.
- added WPML support.