Reply To: Cost table parameters

#94648
tychesoftwares
Participant

Hi, Apologies for the late reply.

Here is how you can implement it:

https://prnt.sc/vmlkmc – 10% of total cost for order totals between $0 to $30.
https://prnt.sc/vmlnhx – 4% of total cost for order totals above $31.

Here is the formula:

[costs_table prop="cost" table="0-.10*[cost]|31-.04*[cost]"]

I hope this helps.