
greg at perusion
May 21, 2008, 3:39 PM
Post #2 of 3
(108 views)
Permalink
|
Steve Graham wrote: > table lookup question: > > Trying to setup first class mail for items less than .65 lbs, as listed below. > Will IC worked with partial lbs, ie less than 1lb like below? > Yes, and you can also just put it all in shipping.asc to save some work: first_class: USPS First Class Mail crit weight adder 0.13 min 0 max 0 cost e No shipping needed. min 0 max 0.06 cost .42 min 0.06 max 0.12 cost .59 min 0.13 max 0.19 cost .76 min 0.19 max 0.22 cost .93 min 0.22 max 0.25 cost 1.34 min 0.25 max 0.31 cost 1.51 min 0.31 max 0.38 cost 1.68 min 0.38 max 0.44 cost 1.85 min 0.44 max 0.50 cost 2.02 min 0.50 max 0.56 cost 2.19 min 0.56 max 0.63 cost 2.36 min 0.63 max 0.69 cost 2.53 min 0.69 max 0.75 cost 2.70 min 0.75 max 0.81 cost 2.87 min 0.81 max 9999 cost e Too heavy for First Class Mail > Steve > ========================= > > from shipping.asc > > fcm: First Class Mail > crit weight > at_least 3 > adder 1 > ups 1 > zone 760fc > PriceDivide 1 > table FirstClass > ui_ship_type UPSI > min 0 > max 0 > cost e No shipping needed! > > min 0 > max 0.63 > cost u > > min 0.63 > max 9999999 > cost e Too heavy for First Class Mail > > > 760fc.csv > > DestZip,FirstClass > 005-999,all > > FirstClass.txt > weight all > 0.06 1.17 > 0.13 1.34 > 0.19 1.51 > 0.25 1.68 > 0.31 1.85 > 0.38 2.02 > 0.44 2.19 > 0.50 2.36 > 0.56 2.53 > 0.63 2.70 > > > _______________________________________________ > interchange-users mailing list > interchange-users[at]icdevgroup.org > http://www.icdevgroup.org/mailman/listinfo/interchange-users > > . > > -- Greg Hanson Interchange Consulting Perusion 1506 E Gilbert Ave Coeur d'Alene, ID 83815 Email greg[at]perusion.com Phone 208-667-2442 Toll Free 800-949-1889 Fax 775-256-2231 Web http://www.perusion.com _______________________________________________ interchange-users mailing list interchange-users[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-users
|