ok, i am using custom shipping logic as below
$shipping_price = 5.57 + (($total_quantity - 1) * 2.00);
so the first product gets one price and second, another. when you view cart, the shipping box says "shipping weight (lbs)". i havent found the spot to just make that just say shipping. is there a file i can edit or am i missing the setting? also, when you order two products, both the shipping boxes have $5.57, although the order totals have the right amount. i know this is a small detail, but people are dumb and may not figure it out. you can see the page at bernardproductions.net/catalog.html. thanx for your help.