Jos Medinger Posted April 15, 2004 Posted April 15, 2004 MY client only ships to 3 main areas UK Europe US Is it possible to refine the list of countries in the account edit address drop down field so that only the above are shown? Jos =============== Simple yet Creative Get Online Web Design : getonlinedesign.com ===============
bluepony Posted April 15, 2004 Posted April 15, 2004 I did that on my site. I just added another column to the Countries table called Show_Country (int) and then marked the ones that I wanted to include with a 1. Then I just added that condition (WHERE Show_Country=1) to the SQL statement in the tep_get_countries function in includes/functions/general.php I'd rather be flying!
Jos Medinger Posted April 15, 2004 Author Posted April 15, 2004 Cool Thanks for that bluepony!! Jos =============== Simple yet Creative Get Online Web Design : getonlinedesign.com ===============
Recommended Posts
Archived
This topic is now archived and is closed to further replies.