Zen Cart Logo

Delivery Times

Locked

Views: 1,119

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Jul 2009, 2:13 AM
#1
sweetemotions avatar

sweetemotions

Zen Follower

Join Date:
Apr 2008
Posts:
100
Plugin Contributions:
0

Delivery Times

When you proceed through the checkout process, when you choose a shipping method, it will show an estimated delivery time for each method. (Priority Mail (2-3 days), Parcel Post (4-7 days), etc) The estimated time of delivery is then also shown throughout the rest of the checkout process. Is it possible to remove the number of days it shows for delivery on the checkout pages?

9 Jul 2009, 5:01 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Delivery Times

SweetEmotions:

When you proceed through the checkout process, when you choose a shipping method, it will show an estimated delivery time for each method. (Priority Mail (2-3 days), Parcel Post (4-7 days), etc) The estimated time of delivery is then also shown throughout the rest of the checkout process. Is it possible to remove the number of days it shows for delivery on the checkout pages?

Sw,
Have you had time to use this useful zen tool???
https://www.zen-cart.com/tutorials/index.php?article=39
Search for Priority Mail, then for Parcel Post

9 Jul 2009, 7:04 PM
#3
sweetemotions avatar

sweetemotions

Zen Follower

Join Date:
Apr 2008
Posts:
100
Plugin Contributions:
0

Re: Delivery Times

Thanks for the reply.

When I do a search for Priority Mail, I get:

/hermes/bosweb/web232/b2320/sl.sweetemotions/public_html/includes/languages/english/modules/shipping/usps.php

Line #19 : define('MODULE_SHIPPING_USPS_TEXT_OPT_PM', 'Priority Mail');

The above does not include where it says (2 - 3 days).

When I do a search for Priority Mail (2 - 3 days) or (2 - 3 days), there are no matches.

I want to keep the words Priority Mail and Parcel Post, I just want to get rid of number of days. (2 - 3 days) (4 - 7 days)

Any help would be appreciated.

9 Jul 2009, 7:13 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Delivery Times

Line 24 of includes/languages/english/modules/shipping/usps.php

Lines 472, 480 and 490 of includes/modules/shipping/usps.php

9 Jul 2009, 9:29 PM
#5
sweetemotions avatar

sweetemotions

Zen Follower

Join Date:
Apr 2008
Posts:
100
Plugin Contributions:
0

Re: Delivery Times

stevesh:

Line 24 of includes/languages/english/modules/shipping/usps.php

Lines 472, 480 and 490 of includes/modules/shipping/usps.php

Thank you very much! Got everything I wanted removed.