Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order of fields in create new account.


mes

Recommended Posts

It must seem that all I do is ask questions:-)

 

Basically I want to put postcode below city rather than above, there must be a file that sets the order of these but I cant find it:?

 

1 last question I only have 1 country available, but it is still in a drop down box. How can I make this auto selected?:

 

Thanks Guys, :blush:

 

mes

Link to comment
Share on other sites

It must seem that all I do is ask questions:-)

 

Basically I want to put postcode below city rather than above, there must be a file that sets the order of these but I cant find it:?

 

1 last question I only have 1 country available, but it is still in a drop down box. How can I make this auto selected?:

 

Thanks Guys, :blush:

 

mes

 

 

well, create_account.php where it all happens sets the order basically.

Treasurer MFC

Link to comment
Share on other sites

Ive messed with it but now it but im getting red error messages he he. No idea where in create_account.php changes the order:) Or how to turn off the drop down box, any ideas??

 

Thanks Guys

 

mes

Link to comment
Share on other sites

Ive messed with it but now it  but im getting red error messages he he. No idea where in create_account.php changes the order:) Or how to turn off the drop down box, any ideas??

 

Thanks Guys

 

mes

 

 

<tr>

<td class="main"><?php echo ENTRY_POST_CODE; ?></td>

<td class="main"><?php echo tep_draw_input_field('postcode') . ' ' . (tep_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="inputRequirement">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?></td>

</tr>

<tr>

<td class="main"><?php echo ENTRY_CITY; ?></td>

<td class="main"><?php echo tep_draw_input_field('city') . ' ' . (tep_not_null(ENTRY_CITY_TEXT) ? '<span class="inputRequirement">' . ENTRY_CITY_TEXT . '</span>': ''); ?></td>

</tr>

 

 

post code and city,

 

just swap them.

Treasurer MFC

Link to comment
Share on other sites

Felix - you would be better off if you installed the Country-State selector contribution. The problem you mention is also in the address book and will cause a lot of aggravation to your customers when they create their account.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...