I am trying to set up my shipping tables. I have my domestic shipping set up using USPS Priority Mail. I am using the following code:
@sc_shipping_logic = ( "|0.01-20.00|||4.95",
"|20.01-50.00|||5.95",
"|50.01-100.00|||6.95",
"|100.01-150.00|||8.95",
"|150.01-200.00|||12.50",
"|200.01-250.00|||14.50",
"|250.01-|||5%");
How would I also get the cart to recognize orders made internationally using USPS standard service and use the following table for those orders:
@sc_shipping_logic = ( "|0.01-50.00|||8.00",
"|50.01-100.00|||12.00",
"|100.01-150.00|||16.00",
"|150.01-200.00|||20.00",
"|200.01-250.00|||24.00",
"|250.01-|||10%");
The store I am working on is located at:
http://www.tankworkshop.com/cgi_bin/agora.cgi