i have another one for you. my appoligies

calculate final value : 1
handling charge : 0
handling type: flat
add if zero: no
use alternate origins: no
use custom logic: yes
when to run custom logic: before
measured by weight: yes
"custom logic"
@sc_shipping_logic = (
"GNDRES|||-9.99|8.00",
"GNDRES|||10.00-19.99|16.00",
"GNDRES|||20.00-29.99|27.00",
"GNDRES|||30.00-39.99|37.00",
"GNDRES|||40.00-49.99|47.00",
"GNDRES|||50.00-|57.00",
"GNDCOM|||-9.99|8.00",
"GNDCOM|||10.00-19.99|16.00",
"GNDCOM|||20.00-29.99|27.00",
"GNDCOM|||30.00-39.99|37.00",
"GNDCOM|||40.00-49.99|47.00",
"GNDCOM|||50.00-|57.00",
"2DA|||-9.99|30.00",
"2DA|||10.00-19.99|60.00",
"2DA|||20.00-29.99|90.00",
"2DA|||30.00-39.99|120.00",
"2DA|||40.00-49.99|150.00",
"2DA|||50.00-59.99|180.00");
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
custom methods : 2
pickup
local delivery
use live sbw: no
allow
upsp:no
ups:yes
display product id: no
connects by: http-lib
*******
what i have added to my offline order and paypal:
<SELECT NAME=Ecom_ShipTo_Method>
<OPTION value="$vform_Ecom_ShipTo_Method"><!--agorascript-pre
if ("$vform_Ecom_ShipTo_Method" eq "") {
return " Select Shipping Method ";
} else {
return "$vform_Ecom_ShipTo_Method";
}
--></OPTION>
<OPTION VALUE="Pickup">
Pickup</option>
<OPTION VALUE="Local Delivery">
Local Delivery</option>
<OPTION VALUE="UPS Ground Residential(GNDRES)">UPS Ground Residential</OPTION>
<OPTION VALUE="UPS Ground Commercial (GNDCOM)">UPS Ground Commercial</OPTION>
<OPTION VALUE="UPS 2nd Day (2DA)">UPS 2nd Day</OPTION>
</SELECT>
******
now the reason for my madness. I am currently using startlogic which has problems going real time shipping.. so i have manually entered in my shipping cost! i can't drop sl for another 2 months so I'm trying to bypass a couple probs.
please go easy on me i will listen
www.byrnepaint.com