开发者 |
hakik
wpxteam |
---|---|
更新时间 | 2024年7月29日 22:29 |
PHP版本: | 5.8 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Variation Price Display Range for WooCommerce replaces the default Variation price range in both shop and single product page. You can show Minimum Price, Maximum Price, Minimum to Maximum Price, Maximum to Minimum Price.
Yes, price can be changed by change variaitons from dropdown (on single product page).
vpd_format_sale_price_display
.vpd_script_init
trigger to reinitialize the plugin script.event.stopPropagation();
from events [in minified version].event.stopPropagation();
from events..related .price, .upsell .price
if Remove Price Class
is empty..product.product-type-variable
..price
.disable_vpd_scripts
to disable VPD script from any page [if needed].vpd_show_variation_price
for changing variation price on changing variation dropdown.
for some builder support. For example: From Uncaught Error: Call to a member function get_price_html()
.disable_vpd_price_format
.before_min_price
to before_max_price
for maximum price.