Home › Forums › Custom Shipping Methods for WooCommerce › Cost table parameters › Reply To: Cost table parameters
November 20, 2020 at 5:54 am #94648
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.