<?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 : Customizing Category Menu</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Customizing Category Menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 23:24:30 +0000</pubDate>
  <lastBuildDate>Thu, 13 Mar 2008 12:02:33 +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=1446</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[Customizing Category Menu : I just re-read your last post...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4360.html#4360</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 12:02pm<br /><br />I just re-read your last post - Don't forget the dynamic navigation will, by it's very nature, show all the categories, negating the need for hard coded elements on the main page. <br>Of course, if there are other reasons for the split that is absolutely fine.<br><br>You could also split the menu using a small variation on my previous post to have separate Music and Equipment menus. <br>You could also filter on categoryDesc instead of idCategory if you wish.&nbsp; &nbsp; &nbsp;]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 12:02:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4360.html#4360</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : I&amp;#039;ve done this to remove...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4359.html#4359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 11:44am<br /><br />I've done this to remove a single category before but you can easily extend the method :-<br>This is customisation of the ASP code - so keep documentation of what you have done and a copy of the original file. Because this is an additional&nbsp; piece of code rather that part of the base product you are fairly safe from updates over-writing your customisations, but it's best to be safe and also best practice.<br><br>Anyway -<br><br>Look for the lines in the format :-<br>&lt;myCatStr="SELECT idCategory, categoryDesc FROM categories WHERE idcategory &gt; 1 AND idparentCategory=1 ORDER BY priority, categoryDesc ASC"<br><br>You can add additional conditions to prevent certain categories being displayed. <br>e.g. to remove category 4 amend it to read :<br>&nbsp;<br>&lt;myCatStr="SELECT idCategory, categoryDesc FROM categories WHEREidcategory &gt; 1 <span style="font-weight: bold;">AND idCategory&lt;&gt;4 </span>AND idparentCategory=1&nbsp;<span style="font-weight: bold;"></span>ORDER BY priority,categoryDesc ASC"<br><br>The code in the sub-levels is similar so the same principle applies - but I suspect you will just need to amend the top level query to get what you want.<br><br>&nbsp;  <br>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 11:44:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4359.html#4359</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : It worked, thank you! I&amp;#039;ve...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4357.html#4357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=770">wsiwpg</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 11:17am<br /><br />It worked, thank you! I've had one change request from our client, and I do need to know further information on how possible it is. Sorry to have to rely so heavily on everyone's help, but at least it's a learning experience for the future!<br><br>If I were to use the Show Categories &amp; Subcategories snippet from the developer's corner, (display_cat_subcat.zip - file viewCategories4.asp) is there a way for us to remove specific category/subcategory sections from the dynamic menu and hard code them elsewhere on the page, but still have the original menu be dynamic?<br><br>To make things clearer, our client is running a music store. They want the music categories listed on the left hand side, and the equipment on the right hand side. As the equipment will never change, the client doesn't mind if that is hard coded into the layout, however, since the music categories will be constantly changing, the client would like for the left hand side to be dynamic, so they may create those changes themselves.<br>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 11:17:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4357.html#4357</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : Hi, I assume you mean display_cat_subcat.zip...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4355.html#4355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 10:54am<br /><br />Hi,<br>&nbsp; I assume you mean&nbsp; display_cat_subcat.zip&nbsp;  - file viewCategories4.asp <br>Please note - I haven't tested the changes below !<br><br>To remove the additional subcategories remove from Line 40 :<br><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&lt;% myCatStr="SELECT idCategory, categoryDesc FROM categories WHERE idparentcategory="&amp; var_idCategory2 </span><br><br>to lines 74-75 : <br><span style="font-weight: bold; font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;% rsCatObj3.moveNext </span><br style="font-weight: bold; font-family: Courier New,Courier,mono;"><span style="font-weight: bold; font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; loop %&gt;&lt;/td&gt;</span><br><br>- leaving behind a<br><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&lt;/td&gt;</span><br><br>HTH<br><br><br><br> ]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 10:54:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4355.html#4355</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : - Hamish,Thank you for the tip!...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4353.html#4353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=770">wsiwpg</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 10:23am<br /><br />- Hamish,<br><br>Thank you for the tip! The code snippet for displaying all categories expanded is very close to what I was looking for. On one last note, is there a way to alter the code to show only the first two levels of categories? (Ie: category and only the first level subcategory)<br><br>Thank you to everyone else for your input! I will be sure to keep all your help and options in mind. :)<br>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 10:23:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4353.html#4353</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : Hi, There are lots of options...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4351.html#4351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 10:14am<br /><br />Hi,<br>&nbsp; There are lots of options open to you. Personally I'm quite a fan of the dynamic navigation menus available from the support centre :<br><a href="http://www.earlyimpact.com/productcart/support/developers.asp" target="_blank"> http://www.earlyimpact.com/productcart/support/developers.as p</a><br><br>Mainly because we don't have to re-generate the navigation menus when updating a site. Styling is achieved with CSS and there are various options available.<br>If none of these suits your needs I recommend engaging someone to assist you (perhaps Greg ?? ) &nbsp;]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 10:14:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4351.html#4351</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : pcadmin/genCatNavigation.asp Be...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4350.html#4350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 10:08am<br /><br /><P>pcadmin/genCatNavigation.asp</P><P>Be sure to have a backup of the page if you begin to edit it.&nbsp; </P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 10:08:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4350.html#4350</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : Well thank you for your reply!...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4349.html#4349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=770">wsiwpg</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 13-March-2008 at 10:01am<br /><br />Well thank you for your reply! I do see now the possibilities that arrive when customizing the navigation, however, since I've still no idea where to start, might you be able to point me in the right direction? For example, to add your classes to the categories and subcategories, what file did you edit?]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 10:01:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4349.html#4349</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : The tool that generates the category...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4345.html#4345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 12-March-2008 at 6:25pm<br /><br />The tool that generates the category navigation can be a bit tricky to alter.&nbsp; I have done so a few times and keep refining the results.<br><br>With <a href="http://www.pestdetour.com/" target="_blank">http://www.pestdetour.com</a>, I simply needed to get the classes assigned so that the horizontal divider would seperate the categories but not the subcategories.<br><br><a href="http://www.wranglersroost.com/store/pc" target="_blank">http://www.wranglersroost.com/store/pc</a> (not yet launched) required a bit more finessing.&nbsp; To accomplish this the category navigation was altered to assign different CSS classes to categories versus subcategories.<br><br><a href="http://www.home-distilling.com/home.asp" target="_blank">http://www.home-distilling.com/home.asp</a> (also not launched but very close) features a subcategory listing that is open at the beginning.&nbsp; This required dual CSS class assignment as performed for Wranglers, but also involved a slight adjustment to the JS.<br><br>So while my post probably doesn't help in terms of coaching you as to how to achieve your required changes, I do try to point out that such changes are possible albeit not without a bit of effort.&nbsp; <br>]]>
   </description>
   <pubDate>Wed, 12 Mar 2008 18:25:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4345.html#4345</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing Category Menu : Hello,We&amp;#039;ve recently lost...]]></title>
   <link>https://forum.productcart.com/customizing-category-menu_topic1446_post4344.html#4344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=770">wsiwpg</a><br /><strong>Subject:</strong> 1446<br /><strong>Posted:</strong> 12-March-2008 at 6:02pm<br /><br />Hello,<br><br>We've recently lost our programmer, and as the remaining developer, I am trying to find out how I would approach the customization of the tree menu navigation for product categories.<br><br>First, of course, I find the +/- useless to our needs. However, since I'm no programmer, and minimally experienced in the javascript and asp side of things, I'm not sure what code I do and do not touch to remove it from the category list.<br><br>Secondly, I would like to have control over the sizing/styling of categories and subcategories. If I could have the font size smaller on subcategories, etc, that would greatly improve the look and usability of the store.<br><br>Last, and I am not convinced on this, I would like to have the option for all categories and subcategories to show without having to expand or contract. However, I'm not positive that it will be the best option in the end, so also being able to nicely style the menu WITH the expand/collapse feature is also important.<br><br>I know these changes can be made, but like I said, I haven't played with the tree menu before, so any tips on where to start would be much appreciated! Thank you!<br>]]>
   </description>
   <pubDate>Wed, 12 Mar 2008 18:02:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-category-menu_topic1446_post4344.html#4344</guid>
  </item> 
 </channel>
</rss>