<?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 : Modifying viewCat_h.asp</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Modifying viewCat_h.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 17:11:56 +0000</pubDate>
  <lastBuildDate>Sat, 10 Jun 2006 08:10:30 +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=63</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[Modifying viewCat_h.asp : Another idea...if you are really...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post666.html#666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=77">netprofits</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 10-June-2006 at 8:10am<br /><br /><P>Another idea...if you are really adventuresome...you can create one ASP page to replace the Featured Products, Best Sellers, New Arrivals and Specials pages. The pages are almost identical except for the SQL code used to generate the list of products. Then just pass a querystring to the new ASP page to show which products you want to display and use the query string to determine which SQL code to use. The advantage of this is that you can define the page navigation and custom view of products on one ASP page vs. 4 pages. That makes managing changes much simpler.</P><P>If you want to see a sample of this, check out <A href="http://www.poshera.com" target="_blank">www.poshera.com</A> and look at the hyperlink for any of the 4 pages on the left navbar that I mention above. They all use the same page to display products and just pass in the pagetype. The top and bottom navigation use a subroutine so the code isn't duplicated which makes any changes easier to manage.</P>]]>
   </description>
   <pubDate>Sat, 10 Jun 2006 08:10:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post666.html#666</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : For any of the list pageswhere...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post665.html#665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=77">netprofits</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 10-June-2006 at 8:00am<br /><br /><P>For any of the list pages&nbsp;where you want to add paging at the top, the best bet is to look for code like the following which leaves some blank space after the breadcrumbs on the top of the page:</P><P>&#091;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td&gt;&lt;img src="images/spacer.gif" width="1" height="15" alt=""&gt;&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&#093;</P><P>Add a new table row right after this section and then put your page navigation in that new row. Remember that you need to change the name of the ASP page from the sample code to use the page you are working on, i.e. viewcat.asp, viewCat_Brands.asp, etc.</P><P>If you are pretty comfortable with ASP, we actually&nbsp;recommend creating a generic PageNavigation subroutine with all the parameters&nbsp;you need and put it in an include file. (We pass&nbsp;the URL and the total record count.) Then include that file in any page where you want to have page navigation and just call the subroutine at the top and bottom of each category or product list.</P>]]>
   </description>
   <pubDate>Sat, 10 Jun 2006 08:00:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post665.html#665</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : works great once you fix all the...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post664.html#664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=45">blackdesk</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 09-June-2006 at 10:09pm<br /><br />works great once you fix all the extra spaces & junk :o&#093;<br /><br />anyone know where exactly i would paste this into the <br />viewcat & viewcat_Brands to achieve the same result?<br /><br />thanx!]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 22:09:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post664.html#664</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : Thanks EarlyImp -- that worked...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post205.html#205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=3">BlazingPepper</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 13-December-2005 at 8:31pm<br /><br />Thanks EarlyImp -- that worked for me.&nbsp; ]]>
   </description>
   <pubDate>Tue, 13 Dec 2005 20:31:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post205.html#205</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : There is an article in the knowledge...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post182.html#182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 09-December-2005 at 11:42am<br /><br /><P>There is an article in the knowledge base that might be helpful:</P><P><A href="http://www.earlyimpact.com/faqs/afmviewfaq.asp?faqid=321" target="_blank">http://www.earlyimpact.com/faqs/afmviewfaq.asp?faqid=321</A></P><P>Remember to check the knowledge base for answers to questions. We regularly update it with new FAQ's. We'll edit the interface of this forum soon to place a link to the knowledge base for here too.</P>]]>
   </description>
   <pubDate>Fri, 09 Dec 2005 11:42:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post182.html#182</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : Would it be possible for EarlyImpact...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post181.html#181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=3">BlazingPepper</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 09-December-2005 at 10:32am<br /><br /><SPAN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Trebuchet MS'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA">Would it be possible for EarlyImpact to post a new viewCat_h.asp code with the page links at the top?&nbsp; This is something I really could use too and I'm not having any luck with the tweaking the ASP code either.&nbsp; Sounds like a lot of others would like this feature as well.&nbsp; It would be beneficial to everyone.&nbsp; Thanks in advance for your consideration about this.</SPAN>]]>
   </description>
   <pubDate>Fri, 09 Dec 2005 10:32:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post181.html#181</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp :        Thansk for the tip.Yes,...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post178.html#178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=22">Nothing</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 07-December-2005 at 4:49am<br /><br />Thansk for the tip.<br>Yes, i disabled the WYSIWYG editor in the settings options, tried to edit the code and no luck. I’ve cut and pasted from text documents, ms word, hand typed it and no difference. <br><br>I also un-checked the “Enable Forum Codes to format post” option. didn't help.<br><br>I don’t mind uploading the text documents, but if I were to leave this forum (delete my account on this site) would the files I’ve uploaded be deleted? Does searching the forum also search attached files?<br><br>I’m using win2k server with firefox 1.5 and IE 6.0 and also <br>winXP with firefox 1.1 and&nbsp; IE 6.0<br><br>test<br><table width="99%"><tr><td><pre class="BBcode"><br><pre>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br></pre></pre></td></tr></table><br><br><pre>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent  -1 %&gt;"&gt;<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;% If iPageCount&gt;1 then 'If Page count is more then 1 show page navigation %&gt;<br>&lt;table width="&lt;%=scprdTableWidth%&gt;" border="0" cellspacing="0" cellpadding="3"&gt;<br>&lt;tr&gt;<br>&lt;td&gt;<br>&lt;div align="right"&gt;<br>&lt;font face="&lt;%=FFType%&gt;" color="&lt;%=FColor%&gt;" size="2"&gt;&lt;b&gt;<br>&lt;% If iPageCurrent &gt; 1 Then %&gt;<br>&lt;<span style="font-weight: bold; color: rgb(255, 0, 0);">a  h</span>ref="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;<span style="font-weight: bold; color: rgb(255, 0, 0);">&amp;idCatae gory</span>=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurren<span style="font-weight: bold; color: rgb(255, 0, 0);">t  -1</span> %&gt;"&gt;<br>&lt;img src="&lt;%=rsIconObj("previousicon")%&gt;" border="0"&gt;&lt;/a&gt;<br>&lt;% End If<br>For ICount=1 To iPageCount<br>If ICount=iPageCurrent Then %&gt;<br>&lt;%= ICount %&gt;<br>&lt;% Else %&gt;<br>&lt;a class=privac<span style="font-weight: bold; color: rgb(255, 0, 0);">y  h</span>ref="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;<span style="color: rgb(255, 0, 0); font-weight: bold;">&amp;idCatae gory</span>=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=ICount%&gt;"&gt; <br>&lt;fon<span style="font-weight: bold; color: rgb(255, 0, 0);">t  c</span>olor="&lt;%=Link%&gt;"&gt;&lt;%=ICount%&gt;&lt;/font&gt;<span style="font-weight: bold; color: rgb(255, 0, 0);">&lt; ;/a&gt;</span><br>&lt;% End If<br>Next<br>If iPageCurrent &lt; iPageCount Then %&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;<span style="font-weight: bold; color: rgb(255, 0, 0);">&amp;idCatae gory</span>=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=<span style="font-weight: bold; color: rgb(255, 0, 0);">iPageCurrent +1</span>%&gt;"&gt;<br>&lt;img src="&lt;%=rsIconObj("nexticon")%&gt;" border="0"&gt;&lt;/a&gt;<br>&lt;% End If %&gt;<br>&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;<br>&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;/table&gt;<br>&lt;% end if 'end of page navigation %&gt;<br></pre></td></tr></table><br></pre><br>____________________________<br><pre>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent+1%&g t;"&gt;<br>&lt;a  href="viewCat_h.asp?ProdSort=&lt;%=ProdSort%&gt;&amp;idCatae gory=&lt;%=mIdCategory%&gt;&amp;page=&lt;%=iPageCurrent+1%&g t;"&gt;<br>&lt;img src="&lt;%=rsIconObj("nexticon")%&gt;" border="0"&gt;&lt;/a&gt;&lt;img src="&lt;%=rsIconObj("nexticon")%&gt;" border="0"&gt;&lt;/a&gt;</pre>____________________________<br><br><br><br><span style="font-size:10px"><br /><br />Edited by Nothing - 07-December-2005 at 5:01am</span>]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 04:49:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post178.html#178</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : We didn&amp;#039;t develop this application....]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post177.html#177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 07-December-2005 at 2:23am<br /><br /><P>We didn't develop this application. So we are still learning how to use it ourselves too. It's a shame if you can't post ASP code. Did you try this?</P><P><TABLE cellSpacing=0 cellPadding=0 width="100%" ="text"><T><T><TR><TD ="bold"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><A name=FAQ15></A><FONT size=2>Rich Text Editor (WYSIWYG) posting issues</FONT></P></BLOCKQUOTE></TD></TR><TR><TD ="text"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=2>If you are using Internet Explorer 5+ (windows only), Netscape 7.1, Mozilla 1.3+, Mozilla Firebird 0.6.1+, and if the forum administrator has enabled it you should have a Rich Text (WYSIWYG) Editor to type your messages with. <FONT color=#ff0000><strong>If you find that you are having problems</strong> </FONT>posting using the WYSIWYG editor then you can disable this WYSIWYG Editor by simply editing your profile and selecting to turn off the WYSIWYG Posting Editor.</FONT></P></BLOCKQUOTE></TD></TR></T></T></TABLE></P><P>Maybe it helps.</P><span style="font-size:10px"><br /><br />Edited by earlyimp - 07-December-2005 at 2:23am</span>]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 02:23:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post177.html#177</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : I tried the  trick without any...]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post176.html#176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=22">Nothing</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 06-December-2005 at 4:43pm<br /><br />I tried the &#091; code &#093; trick without any luck. the forum is still messing up the code. <br><br>maybe a text file will work better?<br><a href="uploaded_files/Nothing/2005-12-06_164132_Forward-Back-Butt&#111;ns.txt" target="_blank">2005-12-06_164132_Forward-Back-Buttons.txt</a><br><br><br>thanks<br>nothing<br>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 16:43:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post176.html#176</guid>
  </item> 
  <item>
   <title><![CDATA[Modifying viewCat_h.asp : Thanks for the  hint.  ]]></title>
   <link>https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post173.html#173</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=15">Dean</a><br /><strong>Subject:</strong> 63<br /><strong>Posted:</strong> 06-December-2005 at 10:35am<br /><br />Thanks for the &#091; code &#093; hint.]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 10:35:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/modifying-viewcat-h-asp_topic63_post173.html#173</guid>
  </item> 
 </channel>
</rss>