开发者 | reigelgallarde |
---|---|
更新时间 | 2018年11月27日 18:03 |
捐献地址: | 去捐款 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 4.9.8 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
This plugin offers a Pro addon which adds the following features:Requirements WooCommerce 3.0 or later.Get WooCommerce Product Price x Quantity Preview Addons now. Visit demo page.
- 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.
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.
1.2
- fix a rare error for custom +/- on quantity.
1.1
- added support for custom +/- on quantity.
1.0
- added WPML support.