Quote Originally Posted by moggi1964 View Post
I have got the module working I think but noticed that the rate it quoted was far less than USPS.

I checked to see that the rates have actually increased since the module (Version 3.16) came out, so I changed them:

50:1.70,100:2.15,200:2.60,300:4.60,400:5.55,500:6.50,600:7.45

The only problem I see is that there is no calculation for the 'Greater than 600' which the USPS calculates as:

7.70 + 1.00 per 100.00 over 600.00

How can I include that in the rate table?

Great work on the module by the way; very easy to configure.

Thanks,

Morris
The support thread that came with the download:
http://www.numinix.com/forum/viewtopic.php?t=23
says that it should handle it this way:
"With the release of v3.13, when an order is more than the maximum rate returned by the table rate, then the script starts to use the increment rate for the amount above the maximum returned rate.

For example, if in the configuration you have:
Insurance Rate: $0.50
Incrememt Amount: $100
Table Rate: 100:2,200:3,300:3.5

Then, if a customer addes $400 to their cart, the script will return $4.00 ($3.50 + $0.50). If the customer adds $401 or more, then the script would return $4.50."

Unfortunately, when I tried to set it up this way, I got a shipping insurance value of 0.00 for any orders over the maximum in the table.

Since we wholesale products and have large orders of all different amounts, I too would like to figure out how to make the table increment for values over the maximum.

Also, is there any way to eliminate the shipping insurance from certain methods (like it does for the store/walkin option)? I also want to exclude it from fedex ground and fedex express, so that shipping only appears as an option with USPS.

Thanks,
Melissa