Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
What do you mean? It looks like it's displaying right on your site. :blink:
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Quote:
Originally Posted by
bpoilspill
What do you mean? It looks like it's displaying right on your site. :blink:
Recheck the address you are using. Maybe you entered something wrong somewhere.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Quote:
Originally Posted by
Marco B
Recheck the address you are using. Maybe you entered something wrong somewhere.
previously the zip code was l4w1s2 instead of 14w1s2, but I corrected it and it didn't make a difference.
http://img202.imageshack.us/img202/8715/unlednlf.png
Uploaded with ImageShack.us
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
If you look at my screen capture again you'll notice it is formatted slightly different.
Mine shows "ON, Canada"
Are you using the right fields for everything?
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
I'm confused. If anyone has any ideas why it's working for me and not for bpoilspill let me know.
Enable xml debug mode so I can have at look at the request.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Quote:
Originally Posted by
Marco B
I'm confused. If anyone has any ideas why it's working for me and not for bpoilspill let me know.
Enable xml debug mode so I can have at look at the request.
I left debug mode on till I get this figured out
it's very weird.
weight: +lb, dimensions: regular
Setting dimensions: l=12 w=12 h=12 for Weight: 0.1
Edit: It's almost as if the plugin just gets stuck, like sometimes it works and sometimes it doesn't.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
It just seems to start acting weird when you change the address at step 1 of checkout.
Edit: Like it seems to only work when,
1st. Change address
2nd. Go to cart change the quantity of something or add something
Then it updates with the right rates
It just doesn't seem like it changes rates from just switching addresses on step 1 of checkout.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Yeah pretty sure it doesn't update the right rates by switching addresses on step 1 of checkout. I mean it's not really a big deal as 95% of the customers will only associate 1 address per account, but it should recalculate the rates when theres an address change, and not by just changing something in the cart.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Open usps.php (from v1.2) in an editor and go to line 602
Add 1 line:
So it should look like:
PHP Code:
function _getCacheKey() {
global $order;
static $key;
It's the cache system not realising the address update. I will post an update shortly.
Now I wonder why I didn't find this on my test system!