Using formulas to calculate price for each option

Posted by:

There are many fields (like checkboxes and dropdowns) where you can set a fixed value for each item

But you can also use formulas to change the price of each item dynamically, to do se follow these steps:

1.- Select the price type “Formula Per Item”

2.- Define the formula

3.- That’s it now each option will use that formula to calculate its price

Using options information

If ...

Continue Reading →
0

Using conditions in your calculations

Posted by:

You can also do conditions in your formulas using this format:

if( condition) //Price or calculation that you want to use

So for example, lets say that you have a drop down called “Subscription type” with two options “Yearly Subscription” and “Monthly Subscription”

With the annual subscription you give a 20% discount, so you will have two calculations, one with the discount and one without the discount. ...

Continue Reading →
0

Creating Custom Calculations

Posted by:

To create a custom calculation select the field that you want to have a custom calculation and in the “Price Type” option select “Formula”

The formula builder will show up, in this formula builder you can do any arithmetical operation using fields in your form. For example if you want the price to be the “Product Price” field multiplied by the “Quantity” field ...

Continue Reading →
0