stutchbury Posted December 5, 2003 Share Posted December 5, 2003 This suggestion is to make the country (in the country list of values) default to the same country defined for the shop - for most of us, the target audience is likely to be local. In the file includes/functions/html_output.php, add the following lines to the beginning of the tep_get_country_list function: if ( empty($selected) ) { $selected = STORE_COUNTRY; } This will work wherever the country list is displayed. Link to comment Share on other sites More sharing options...
jobjonah Posted December 11, 2003 Share Posted December 11, 2003 This is exactly what I was looking for this morning, and it works like a charm. Thanks for making your first post the one that I needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.