Advanced flat rate shipping setup
-
Hi,
i’d like to setup my flat rate shipping fees.The basic shipping fee is 1$ + 0,1$ for each item.
Here’s the code: 1 + ( 0,10 * [qty] )
This works fine.Additionally i’d like to add a maximum shipping fee of 4$.
[max_fee=”4”]
I don’t know how to combine the two lines of code correctly …
Any ideas how to write the code correctly …?
Thanks in advance!
Alex
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.