Hi,
Im trying to solve this but no luck.
This is what I want:
User chooses material from picture choice ie:
Q1: choose stone color.
Answer gives:
add: Silestone_pricegroup6 to sqm_price
Q2: what is the length of your worktop?
User input adds to total_length
Q3: what is the width of you worktop?
User input adds to total_width
Q4: how long do you want your splashguard?
User input adds to total_length
Q5: How high do you want your splashguard?
User input adds to total_width
Calculation 1:
total_length is devided by 1000
total_width is devided by 1000
total_length * total_width= total_sqm
total_sqm * sqm_price= sum_sqm_price
Thanks!