This is a discussion on How do I reorder the fields in the address display? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I am changing the suburb field to a 'Job Title or Student ID' field since it is not otherwise used ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am changing the suburb field to a 'Job Title or Student ID' field since it is not otherwise used and is a plain text field. ~~Unless there is a simple way of adding a field to the account signup page and account modify field for a simple plain text field. currently create_account.php displays this: Quote:
The problem is you can't edit this field from the account properties screen since it is part of the address. I can live with this and just specify that the address book is the place to change this. Here is the problem. I don't want this to show up in the address below the street address... I want it below the name and before the street address. Currently it looks like this: Quote:
Quote:
Thanks. |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Got it! The address format IS in the database (address_format) and the display order is changeable. US uses format_id 2 by default (in countries admin) and I changed it from Code: $firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country Code: $firstname $lastname$cr$suburb$cr$streets$cr$city, $state $postcode$cr$country |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto Reorder | KCount | osCommerce 2.2 Modification Help | 1 | 03-25-2005 04:57 AM |
| reorder level | groggory | osCMax v1.7 Discussion | 1 | 12-01-2004 02:24 PM |
| Contact Us New Fields | eviternity | osCMax v1.7 Discussion | 2 | 05-25-2004 09:19 AM |
| Address book address line ordering | Anonymous | osCMax v1.7 Discussion | 2 | 11-29-2003 05:54 PM |
| new fields problem | Dizzee | osCommerce 2.2 Modification Help | 0 | 06-02-2003 08:09 PM |