I want to implement this type of logic:
If ShippingWeight > 150 LBS
Then ShippingCost = OrderTotal * .07
Otherwise use RTRates
I want the shipping cost to be 7% of the order instead of saying "call for rates".
I'm running 8.x. Any help is appreciated.