I think the SBW set-up will work for us but how would I break this down into zones, i.e pacific, central and east coast? I think the following logic I saw on this forum will work - once I play with it but can I modify this to reflect zones, or perhaps specific states? We will simpy use UPS, they have given us specific discounted rates, but need to have these rates reflected per UPS zone.
Any suggestions?
Thank you,
Rebecca
@sc_shipping_logic = ( "|||0-2.0|5.50",
"|||2.1-4.00|9.00",
"|||4.1-6.0|11.00",
"|||6.1-8.0|12.00",
"|||8.1-10.0|13.00",
"|||10.1-12.0|14.00",
"|||12.1-14.0|15.00",
"|||14.1-16.0|17.00",
"|||16.1-21.0|19.00",
"|||21.1-35.0|23.00",
$shipping_price = &calculate_shipping($total_measured_quantity);