Accessing Global Options in formulas
If you want to access a field created via global product options within a formula you can use the function GetGlobalField This function will ask… Read More »Accessing Global Options in formulas
If you want to access a field created via global product options within a formula you can use the function GetGlobalField This function will ask… Read More »Accessing Global Options in formulas
Inside a formula, you can type Math. (including the dot) to bring up a list of mathematical functions that you can use The list includes… Read More »Using Math Functions
There are different ways to create multi-price options, in this tutorial we are going to cover them Changing price using conditional logic If you just… Read More »Creating multi-price options
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… Read More »Using formulas to calculate price for each option
Some fields have special actions called functions, these functions are used to retrieve specific information from a field. You can see the functions of each… Read More »Field Functions
Introduction You can create conditions using an structure like this or if you prefer you can use a shorter structure like this: Replace “comparison” with… Read More »Conditions
Similar to excel a formula is a way for you to create your own calculations to define things like the price of a product or… Read More »Introduction