<?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 : &quot;Sort by&quot; found where?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : &quot;Sort by&quot; found where?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 12:33:25 +0000</pubDate>
  <lastBuildDate>Thu, 03 Sep 2009 13:11:21 +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=3003</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[&quot;Sort by&quot; found where? : Great Greg, thanks for the help....]]></title>
   <link>https://forum.productcart.com/sort-by-found-where_topic3003_post11235.html#11235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1543">BigOrder</a><br /><strong>Subject:</strong> 3003<br /><strong>Posted:</strong> 03-September-2009 at 1:11pm<br /><br />Great Greg, thanks for the help. And I didn't break anything either!<br><br>http://www.bigordersavings.com/store/pc/Hospitality-Garden-Elements-c75.htm<br><br><br>(He likes it when I don't break things. <img src="https://forum.productcart.com/smileys/smiley17.gif" border="0" alt="T&#111;ngue" />)<br>]]>
   </description>
   <pubDate>Thu, 03 Sep 2009 13:11:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/sort-by-found-where_topic3003_post11235.html#11235</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Sort by&quot; found where? : viewcategories.asp  &amp;lt;%&amp;#0...]]></title>
   <link>https://forum.productcart.com/sort-by-found-where_topic3003_post11233.html#11233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3003<br /><strong>Posted:</strong> 03-September-2009 at 11:43am<br /><br />viewcategories.asp<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'=================================<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'show SORT BY drop-down<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'=================================<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if HideSortPro&lt;&gt;"1" then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td align="right" valign="middle" style="padding-left: 10px;"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;form action="viewCategories.asp?pageStyle=&lt;%=pcPageStyle%&gt;&amp;idcategory=&lt;%=pidcategory%&gt;&lt;%=pcv_strCSFieldQuery%&gt;" method="post" class="pcForms"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_5")%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select name="prodSort" onChange="javascript:if (this.value != '') {this.form.submit();}"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%if UONum&gt;0 then%&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="19" &lt;%if ProdSort="19" then%&gt;selected&lt;%end if%&gt;&gt;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_6")%&gt;&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%end if%&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="0" &lt;%if ProdSort="0" then%&gt;selected&lt;%end if%&gt;&gt;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_1")%&gt;&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="1" &lt;%if ProdSort="1" then%&gt;selected&lt;%end if%&gt;&gt;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_2")%&gt;&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="2" &lt;%if ProdSort="2" then%&gt;selected&lt;%end if%&gt;&gt;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_3")%&gt;&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="3" &lt;%if ProdSort="3" then%&gt;selected&lt;%end if%&gt;&gt;&lt;%=dictLanguage.Item(Session("language")&amp;"_viewCatOrder_4")%&gt;&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% end if <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'=================================<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'end SORT BY drop-down<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'=================================<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;</DIV>]]>
   </description>
   <pubDate>Thu, 03 Sep 2009 11:43:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/sort-by-found-where_topic3003_post11233.html#11233</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Sort by&quot; found where? : On each Category page there is...]]></title>
   <link>https://forum.productcart.com/sort-by-found-where_topic3003_post11232.html#11232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1543">BigOrder</a><br /><strong>Subject:</strong> 3003<br /><strong>Posted:</strong> 03-September-2009 at 11:31am<br /><br />On each Category page there is a drop-down menu that says "Sort By". In what file might I find the code for this? Not the actual text "Sort By", I know this in the language file, but the actual code for this. <br><br>I want to change the text Sort By to an image that is bigger and more noticeable. <br><br>Thanks.<br>]]>
   </description>
   <pubDate>Thu, 03 Sep 2009 11:31:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/sort-by-found-where_topic3003_post11232.html#11232</guid>
  </item> 
 </channel>
</rss>