kyao888 Posted August 16, 2005 Posted August 16, 2005 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!
elv1s Posted August 16, 2005 Posted August 16, 2005 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 My Contribs: - ORDERS AT-A-GLANCE -CUSTOMERS AT-A-GLANCE
kyao888 Posted August 16, 2005 Author Posted August 16, 2005 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 <{POST_SNAPBACK}> 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.....
kyao888 Posted August 16, 2005 Author Posted August 16, 2005 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.
mlinx Posted August 23, 2005 Posted August 23, 2005 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.