This plugin lets you set formula for automatic WooCommerce product price calculation.
The product price formula is set with standard mathematical operations. e.g.: x*1.5+p1/p2Example :
[math_round precision="1"][if_customer_location country="US,CA"]x*1.10[/if_customer_location]
[if_customer_location not_country="US,CA"]x*1.20[/if_customer_location][/math_round]
[math_ceil]x*[product_weight][/math_ceil]
[math_floor]x*[product_length][/math_floor]
[math_max value1="x*p1" value2="{product_total_sales}"]
[product_meta key="_weight"]
[if_customer_location country=”US,CA”]x*1.10
[/if_customer_location][if_customer_location not_country=”US,CA”]x*1.20
[/if_customer_location]
You must log in to submit a review.