Zen Cart Logo
Forums / Addon Shipping Modules / USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Views: 12,976

Results 21 to 31 of 31
15 Dec 2013, 19:08
#21
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

You cannot get a quote on USPS shipping until there is an address set ...

15 Dec 2013, 19:13
#22
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

oh ok thanks.

and how I can disable auto select of shipping method during checkout so customer have to select a method as right now usps priority get sel

15 Dec 2013, 19:18
#23
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

To turn off the cheapest selection for shipping, you would need to customize the shipping class in:
/includes/classes/shipping.php

with the code in RED:

[B]// bof: turn off $cheapest selection
      $cheapest = false;
// eof: turn off $cheapest selection
[/B]      return $cheapest;
15 Dec 2013, 19:27
#24
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Worked. Thanks

I have installed two modules which are giving hard time.

(1) Tell A Friend and Shipping Is FREE! customer can select this ship method and complete order with out filling email and friend name fields. How I can make these required?

(2) Shipping insurance in not appearing now on checkout when item in card have fee ship even customer chose usps or ups method still shipping insurance don't appear or get added but if item in cart does not have free ship on then shipping insurance work fine.

15 Dec 2013, 19:31
#25
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Hi Linda,
I think I have fixed (2) mentioned above. Can you please assist with (1).

15 Dec 2013, 19:32
#26
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Sounds like you are using an add-on and you should post your question on the support thread for whatever that is ...

15 Dec 2013, 19:59
#27
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

I was able to fix that as well. I have been looking for solution on this since last week and module don't have thread. Thanks again Linda for your assistance.

28 Dec 2013, 21:02
#28
spembleton avatar

spembleton

Zen Follower

Join Date:
Jun 2010
Location:
Holland, MI
Posts:
232
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Will I need to install anything new to my ZenCart when the new postal rates occur?

28 Dec 2013, 21:15
#29
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

I don't think so because rates are coming directly from usps server through API you create before installing this module.
If usps announce and require upload of new files then yes otherwise you just stick to what you have installed and rates should update automatically.

29 Dec 2013, 01:39
#30
spembleton avatar

spembleton

Zen Follower

Join Date:
Jun 2010
Location:
Holland, MI
Posts:
232
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

Thanks Jsarwar

30 Dec 2013, 19:20
#31
azzenner avatar

azzenner

New Zenner

Join Date:
Oct 2005
Posts:
65
Plugin Contributions:
0

Re: USPS Module - Rates Calculate but doesn't show in "Available Shipping Methods" table

But aren't they adding new services, too? I thought I read that there were new services being added. That might require a change to the API.

Ajeh? (or any of the other Zen developers) Is anyone looking into this? Remember last year's USPS API fiasco? As I recall Ajeh worked very late into the wee hours to get it working in time, thanks to the USPS changing the way their API actually worked at the last minute. You were fixing bugs and we were testing as fast as you'd send a new fix, into the very early hours. I jumped onto the forums today to see if there was any discussion about it. I hope one of the developers knows more & can let us know if it's an issue or not. Thanks, Debbie