My client sells coffee by the pound, he only does USPS shipping, and I have NO cCLUE how to set up the custom shipping logic so that it works. We need it to go
1lb=$5.00
2lb=$6.00
3-5lbs=$8.75
6-9lbs=$12.00
15lbs+=$15.00
i have my "In what loop of calculate_final_values do you wish to calculate the shipping?" set to "3", custom logic is "yes" "is the shipping weight" is "yes" and use SBW is no, FEDEX, UPS, and USPS are set to "NO" and here is the custom logic I am using:
@sc_shipping_logic = ("|1-1.99|||5.00")
"|2-2.99|||6.00",
"|3-5.99|||8.75",
"|6-9.99|||12.00",
"|10-|||15.00");
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
No shipping appears at all. Currently my gateway is set to "offline" so, it is safe to visit and play with the order process. Here is the url of my clients store:
http://www.kreamcoffee.com/cgi-bin/Agora/agora.cgi
PPlease ignore the hacked up default home contents and contact pages, etc. just chose one of the categories and see if you can tell what Ive done wrong.

Im at a loss.
PLEASE HELP

thanks,
Bill