PDA

View Full Version : Help Understanding Rules


SatinRose
October 25th, 2003, 10:02 PM
Hello,

I hope I'm not just being dense...

I have it so that

if pkg <= 12oz
then USPS 1st Class = $2.00 (priority 4)
or USPS Priority = $3.85 (priority 4)
if pkg > 12oz
then USPS Priority = $3.85 (priority 2)
if pkg <= 16oz
then USPS Priority = $3.85 (priority 3)

I have the USPS RTR set as priority 1.

I can't seem to make the RTR work. It never kicks in. It should kick in after 16 ounces. That's what I want anyway. Am I doing something wrong? Also, when I disable all the other rules and RTR works, it doesn't calculate International rates. Is it supposed to be able to? I really need it to. We get a lot of orders from out of country.

Please help!!

-Lindsay

Jamie
October 26th, 2003, 02:17 PM
Hi Lindsay,

According to the rules you described, any package over 16 oz would end up getting your:

if pkg > 12oz
then USPS Priority = $3.85 (priority 2)

rule. The priority is higher than the RTR priority, and it applys. The reason it would be for anything over 16 is because of this rule:

if pkg <= 16oz
then USPS Priority = $3.85 (priority 3)

Because that one has a higher priority than the first one I mentioned, if the item is > 12 but <= 16 oz, it would get the <= 16oz rule.

The cart does not retrieve international rates from USPS, only domestic ones. We will be integrating their international rates in the future.

Thanks,
Jamie