Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add more address fields?


Avium

Recommended Posts

Hi guys,

 

I want to add more optional address fields in the account creation form as well as address book manager. This is because some customers have long addresses that are broken up into several different lines. How should I do this?

 

Also, how do I shift my 'post code' field to sit just above the country dropdown list? At the moment, it seems awkward being placed just below the address field.

Link to comment
Share on other sites

I just make do with what is there? Alter the name of State etc that so they fit with the extra fields that I wanted but I'm sure there will be a contribution for this.

 

I'm sure that the way you would want to do this though is:

 

Check every reference to each of the fields, then copy and paste underneath each one the same code but change the name.

 

E.g

 

you will need to add an input field in every place there is an input field for the normal address boxes.

 

then look at every page that processes the address input and add your extra field name in the same format as the others have been added

 

then you need to add a column to the database table for addresses

 

then you need to modify the functionality that actually adds the info to the address table so it adds your extra field

 

sorry i cant be of more help but its just a case of finding everywhere that the existing fields are mentioned and copying and pasting the format of each and changing the name. (i think!)

always here to offer some useless advice....

Link to comment
Share on other sites

Ouch! I thought of doing that too, but the chance of missing out something or goofing up somewhere is too great. Has anyone seen a mod that does this, or know another way of going about this problem in a less hack-&-slash fashion? ;)

Link to comment
Share on other sites

you'll be able to do it im sure :D

just work through the site thinking where a reference to the address might be and then find the page that it is in and modify it

save backups and give it a go

 

else look on the contributions part of oscommerce website

 

suggestions:

 

obviously - create_account.php

always here to offer some useless advice....

Link to comment
Share on other sites

nah...search the contributions area. There is a contrib that works beautifully for this.

"Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...