mes Posted December 16, 2004 Share Posted December 16, 2004 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 More sharing options...
boxtel Posted December 16, 2004 Share Posted December 16, 2004 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 <{POST_SNAPBACK}> well, create_account.php where it all happens sets the order basically. Treasurer MFC Link to comment Share on other sites More sharing options...
mes Posted December 16, 2004 Author Share Posted December 16, 2004 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 More sharing options...
boxtel Posted December 16, 2004 Share Posted December 16, 2004 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 <{POST_SNAPBACK}> <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 More sharing options...
Jack_mcs Posted December 16, 2004 Share Posted December 16, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.