support request
-
Hello support team,
We have this formula to calculate the weight shipping cost/kg
g:shipping_weight static value: ceil((width/100)(height/100)(depth/100)*250)
and we added to g:shipping this static value: ({regular_price}/{weight})*1000
Price_Per_KG:
(({weight} <= 20) * 71.53) + (({weight} > 20 AND {weight} <= 21) * 85.28) + (({weight} > 21 AND {weight} <= 22) * 89.96) + (({weight} > 22 AND {weight} <= 23) * 91.44) + (({weight} > 23 AND {weight} <= 24) * 110.24) + (({weight} > 24 AND {weight} <= 25) * 138.08) + (({weight} > 25 AND {weight} <= 26) * 140.38) + (({weight} > 26 AND {weight} <= 27) * 194.73) + (({weight} > 27 AND {weight} <= 28) * 186.91) + (({weight} > 28 AND {weight} <= 29) * 203.55) + (({weight} > 29 AND {weight} <= 30) * 220.2) + (({weight} > 30) * 270.47)
Will this work on google merchant if we add it like this screenshot?
https://prnt.sc/fHzH9wTVaQrD
We use a static value on the s
- The topic ‘support request’ is closed to new replies.