<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Dropdown List of Countries</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Dropdown List of Countries]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:35:12 +0000</pubDate>
  <lastBuildDate>Tue, 20 Apr 2010 04:44:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=2983</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Dropdown List of Countries : What  is written in the SQL File?CREATE...]]></title>
   <link>https://forum.productcart.com/dropdown-list-of-countries_topic2983_post14046.html#14046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1765">sirene</a><br /><strong>Subject:</strong> 2983<br /><strong>Posted:</strong> 20-April-2010 at 4:44am<br /><br /><span id="result_" ="short_text"><span style=": rgb255, 255, 255;" title="Was gehört in die SQL  geschrieben?">What is written in the SQL File?<br><br><br></span></span>CREATE TABLE &#091;countries&#093;(<br>&nbsp;&nbsp; &nbsp;&#091;countryName&#093; &#091;nvarchar&#093;(255) NULL,<br>&nbsp;&nbsp; &nbsp;&#091;countryCode&#093; &#091;nvarchar&#093;(255) NULL,<br><b>&nbsp;&nbsp; &nbsp;&#091;countryOrder&#093; &#091;nvarchar&#093;(255) NULL,</b><br>&nbsp;&nbsp; &nbsp;&#091;pcSubDivisionID&#093; &#091;int&#093; NULL CONSTRAINT &#091;DBX_pcSubDivisionID_20378&#093;&nbsp; DEFAULT ((0))]]>
   </description>
   <pubDate>Tue, 20 Apr 2010 04:44:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dropdown-list-of-countries_topic2983_post14046.html#14046</guid>
  </item> 
  <item>
   <title><![CDATA[Dropdown List of Countries :  Hi Sirene, From theqc&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/dropdown-list-of-countries_topic2983_post12404.html#12404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 2983<br /><strong>Posted:</strong> 18-December-2009 at 6:55am<br /><br />Hi Sirene,<br>&nbsp;&nbsp; From theqc's post I take it that he added the additional database field and set it's value direct in the DB. (Edited for typo)<br><span style="font-size:10px"><br /><br />Edited by Hamish - 18-December-2009 at 6:56am</span>]]>
   </description>
   <pubDate>Fri, 18 Dec 2009 06:55:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dropdown-list-of-countries_topic2983_post12404.html#12404</guid>
  </item> 
  <item>
   <title><![CDATA[Dropdown List of Countries : Where did you get the value set...]]></title>
   <link>https://forum.productcart.com/dropdown-list-of-countries_topic2983_post12403.html#12403</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1765">sirene</a><br /><strong>Subject:</strong> 2983<br /><strong>Posted:</strong> 18-December-2009 at 5:30am<br /><br /><span id="result_" ="short_text"><span style=": rgb255, 255, 255;" title="Wo hast du den wert auf 1 eingestellt?">Where did you get the value set to 1?</span></span>]]>
   </description>
   <pubDate>Fri, 18 Dec 2009 05:30:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dropdown-list-of-countries_topic2983_post12403.html#12403</guid>
  </item> 
  <item>
   <title><![CDATA[Dropdown List of Countries : Hello.Just want to post an update...]]></title>
   <link>https://forum.productcart.com/dropdown-list-of-countries_topic2983_post11163.html#11163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1661">theqc</a><br /><strong>Subject:</strong> 2983<br /><strong>Posted:</strong> 27-August-2009 at 8:46am<br /><br />Hello.<br><br>Just want to post an update that I got this working in case anybody ever needs to figure this out. All I did was create a new column in the "countries" database called "countryOrder" and gave the record "united state" a value of 1<br><br>and on the page includes/javascript/pcStateAndProvince.asp I change line 11 of the code. What I have bolded is what I added.<br><br>query="SELECT CountryCode,countryName,pcSubDivisionID<b>, countryOrder</b> FROM countries ORDER BY <b>countryOrder DESC,</b> countryName ASC"<br><br>Hope this can help someone out. Later<br><br>]]>
   </description>
   <pubDate>Thu, 27 Aug 2009 08:46:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dropdown-list-of-countries_topic2983_post11163.html#11163</guid>
  </item> 
  <item>
   <title><![CDATA[Dropdown List of Countries : In the account setup and checkout...]]></title>
   <link>https://forum.productcart.com/dropdown-list-of-countries_topic2983_post11156.html#11156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1661">theqc</a><br /><strong>Subject:</strong> 2983<br /><strong>Posted:</strong> 26-August-2009 at 4:55pm<br /><br />In the account setup and checkout page, there is a dropdown list of countries. Is there a quick way I can place US at the top of the list? Funny, I have performed so much major surgery on this cart, but something like this is throwing me off. Thanks in advance!]]>
   </description>
   <pubDate>Wed, 26 Aug 2009 16:55:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dropdown-list-of-countries_topic2983_post11156.html#11156</guid>
  </item> 
 </channel>
</rss>