sheltonjb Posted March 30, 2007 Posted March 30, 2007 On signup users have a drop down menu to select their country. As i'm only a english website can someone tell me where i can remove the other options? or even if it's safe to do so.... thanks Shelton Brown Web/Graphic Designer
xdam Posted March 30, 2007 Posted March 30, 2007 Hi Shelton, This isn't the cleanest way to do it but you could drop in a hidden input field with the UK id as the value. Replace: <tr> <td class="main"><?php echo ENTRY_COUNTRY; ?></td> <td class="main"><?php echo tep_get_country_list('country') . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td> </tr> With: <input type="hidden" name="country" value="222"> Remember to do the same with the account_edit.php page also.
sheltonjb Posted March 30, 2007 Author Posted March 30, 2007 cheers dude, i'll have a pop! Shelton Brown Web/Graphic Designer
Guest Posted March 31, 2007 Posted March 31, 2007 if you need full control over the countries there is a contribution available. http://www.oscommerce.com/community/contributions,3607
Recommended Posts
Archived
This topic is now archived and is closed to further replies.