Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Telephone # in Address Book


kyao888

Recommended Posts

Posted

Hello all.

 

I would like to know if anyone has done this addition to the address book....adding a telephone field so when you edit address or add address you will have:

 

First Name

Last Name

Streess

City

State

Zip

Country

Tel

 

Also, it need to show on all reference to shipping/billing/invoice addresses.

 

Any suggestions appreciated.

 

Have a good day!

Posted

Hi,

 

just ad a field to address_book in mysql.

entry_telephone

 

than edit catalog/create_account.php

 

copy "entry_lastname" for example and change it to...

 

entry_telephone

 

not sure if i have forgotten something.

 

Gr.

Kasper

Posted
Hi,

 

just ad a field to address_book in mysql.

entry_telephone

 

than edit catalog/create_account.php

 

copy "entry_lastname" for example and change it to...

 

entry_telephone

 

not sure if i have forgotten something.

 

Gr.

Kasper

 

 

I know that in sql there is a 'customers_telephone' in 'customers' table which keeps the telephone number of the register user. Now if I add another entry_telephone field in address_book then when you edit the primary it will not match with the original data since the php pages used send different data to two different locations.

 

I dont know if I explain myself correctly.....

Posted

This telephone number addition is for pages like:

address_book.php

address_book_process.php

checkout_shipping_address.php

checkout_payment_address.php

 

Also I would like to add telephone on the email confirmations to customers and store administrators....

 

Thanks for any help possible.

Posted

Anyone know how to change the telephone field to 3 seperate fields like XXX-XXX-XXXX - rather than XXXXXXXXXX ?

 

I'll probably just hack it from some other php script.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...