Zen Cart Logo
Forums / General Questions / How to add shipping telephone number?

How to add shipping telephone number?

Locked

Views: 3,330

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
7 Jun 2009, 3:16 PM
#1
hc1501 avatar

hc1501

New Zenner

Join Date:
Jan 2009
Posts:
64
Plugin Contributions:
0

How to add shipping telephone number?

hi all,

I am trying to add a shipping a new field ie Shipping telephone and email address to my zen-cart 1.3.8 but couldn't succeed. Can anyone please help me out as I didn't find any solution to this in the forum.

Thanks,
HC

7 Jun 2009, 5:19 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to add shipping telephone number?

Have a look at admin > config > email > Set "Contact Us" Email Dropdown List > can have several like

sales
shipping
etc

7 Jun 2009, 6:30 PM
#3
hc1501 avatar

hc1501

New Zenner

Join Date:
Jan 2009
Posts:
64
Plugin Contributions:
0

Re: How to add shipping telephone number?

thanks a lot for ur reply,

actually you havn't understood what I need. The problem is that whenever a user places an order and specifies the recipient address, there is no field where you can specify the recipient phone number and email address. I wanted to add that field in the shipping details form.

thanks,
hc

7 Jun 2009, 6:50 PM
#4
pdxdoug avatar

pdxdoug

Zen Follower

Join Date:
Jan 2008
Location:
Portland, Oregon USA
Posts:
356
Plugin Contributions:
0

Re: How to add shipping telephone number?

I found this when I was looking for the same thing, but haven't added it to my site.

Let me know if it works for you.

8 Jun 2009, 3:12 AM
#5
hc1501 avatar

hc1501

New Zenner

Join Date:
Jan 2009
Posts:
64
Plugin Contributions:
0

Re: How to add shipping telephone number?

this is not working...any other option??

23 Mar 2010, 7:19 PM
#6
enigma777 avatar

enigma777

New Zenner

Join Date:
Oct 2006
Posts:
55
Plugin Contributions:
0

Re: How to add shipping telephone number?

so did you ever find a solution to this? I have a similar scenario and was wondering how you accomplished it.

23 Mar 2010, 7:24 PM
#7
pdxdoug avatar

pdxdoug

Zen Follower

Join Date:
Jan 2008
Location:
Portland, Oregon USA
Posts:
356
Plugin Contributions:
0

Re: How to add shipping telephone number?

I added this successfully to one of my sites. You'll have to use winmerge or something similar to add code to orders.php as I recall.

I haven't added it to my other sites yet because they have been heavily modified already and I haven't had the time.

12 Oct 2010, 9:39 PM
#8
beco1979 avatar

beco1979

New Zenner

Join Date:
Mar 2009
Posts:
31
Plugin Contributions:
0

Re: How to add shipping telephone number?

pdxdoug:

I added this successfully to one of my sites. You'll have to use winmerge or something similar to add code to orders.php as I recall.

I haven't added it to my other sites yet because they have been heavily modified already and I haven't had the time.

Where did you find those files for the zip file? Perhaps there is somewhere with installation instructions?

13 Oct 2010, 7:26 AM
#10
beco1979 avatar

beco1979

New Zenner

Join Date:
Mar 2009
Posts:
31
Plugin Contributions:
0

Re: How to add shipping telephone number?

Sorry, naturally I see your post above. What I meant was that you said you found it, i'd like to know where as there doesn't appear to be any documentation with it and maybe there was support for it? If not, do you know how you went about installing it? The new contribution is 1.3.9 but i'm on 1.38. Any help appreciated.

13 Oct 2010, 3:18 PM
#11
pdxdoug avatar

pdxdoug

Zen Follower

Join Date:
Jan 2008
Location:
Portland, Oregon USA
Posts:
356
Plugin Contributions:
0

Re: How to add shipping telephone number?

You're right, there are no instructions. This mod worked on 1.3.8a.

Back everything up!

In the mod, change includes/templates/YOUR_TEMPLATE to match whatever custom template name you're using.

Then you'll have to compare and merge files:
admin/classes/orders.php
includes/classes/orders.php

Copy over the new files to their respective directories on your site.
Run the SQL statement.

That should do it.