I am having difficulty trying to get the price from a selected image type in one step to multiply by the value of a selected dropdown in another step then updating the total to that sum. I can get the two to add together but not multiply…
I have tried using the calculation in a selected and hidden dropdown placed after the select/dropdown that contains the value i am trying to multiply by.
I’ve tried the following -
if(([item-245_isChecked])) {
([item-245_price] * [item-259_value] )
}
and
[item-245_price] * [item-259_value]
but neither seem to work.
Any help is appreciated.
Thank you,
Andrew