<?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 : Expanding menu code</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Expanding menu code]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 16:50:42 +0000</pubDate>
  <lastBuildDate>Mon, 05 Dec 2005 10:39:28 +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=52</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[Expanding menu code : I don&amp;#039;t want the category...]]></title>
   <link>https://forum.productcart.com/expanding-menu-code_topic52_post167.html#167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=44">lelady</a><br /><strong>Subject:</strong> 52<br /><strong>Posted:</strong> 05-December-2005 at 10:39am<br /><br /><P>I don't want the category hidden from customers in general, just from a particular menu I have on the site- this way I can create a couple of different expanding menus&nbsp;for different types of things. </P><P>I did a quick test on my local server and it appears to be exactly what I was looking for! </P><P>Thank you!!! I love these forums!!!!</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 10:39:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/expanding-menu-code_topic52_post167.html#167</guid>
  </item> 
  <item>
   <title><![CDATA[Expanding menu code : Hi    The below code removed...]]></title>
   <link>https://forum.productcart.com/expanding-menu-code_topic52_post164.html#164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=22">Nothing</a><br /><strong>Subject:</strong> 52<br /><strong>Posted:</strong> 05-December-2005 at 4:11am<br /><br /><o:p></o:p>Hi<p ="Ms&#111;normal">The below code removed an item from the menu on my site. I’musing ProductCart v2.75g12a16. Without getting too deep into the matter, I wouldthink that you might run into many other issues around your site. The menu item(s) wouldstill appear on ‘generating a static site index’… the search results wouldstill display items in the hidden categories.. etc etc. etc.<o:p> <br></o:p></p><p ="Ms&#111;normal">Find the file “<span style="font-weight: bold;">inc_catsmenuA.asp</span>” in the /<span style="font-weight: bold;">pc</span>/ folder</p><p ="Ms&#111;normal">Go to<span style="font-weight: bold;"> line 109</span></p><p ="Ms&#111;normal">I wanted to remove category 3 so I changed line 109 fromthis:</p><p ="Ms&#111;normal">query="select idcategory,categorydesc from categorieswhere idParentCategory=1 and idCategory&gt;1 and iBTOhide=0 " &amp;pcv_strTemp &amp; " ORDER BY priority, categoryDesc ASC"</p><p ="Ms&#111;normal">to this:</p><p ="Ms&#111;normal">query="select idcategory,categorydesc from categorieswhere idParentCategory=1 <span style="color: rgb(255, 0, 0); font-weight: bold;">and idCategory&lt;&gt;3</span> and idCategory&gt;1 andiBTOhide=0 " &amp; pcv_strTemp &amp; " ORDER BY priority,categoryDesc ASC"</p><p ="Ms&#111;normal">to remove category 3 and 7 you could try:</p><p ="Ms&#111;normal">query="select idcategory,categorydesc from categorieswhere idParentCategory=1 <span style="font-weight: bold; color: rgb(255, 0, 0);">and idCategory&lt;&gt;3 and idCategory&lt;&gt;7</span> andidCategory&gt;1 and iBTOhide=0 " &amp; pcv_strTemp &amp; " ORDER BYpriority, categoryDesc ASC"</p><p ="Ms&#111;normal">you might also want to check the latest version of ProductCart. Maybe it addresses your issues? also, if any database techies can see a reason NOT to use the above code please speak up!<br> </p><p ="Ms&#111;normal">hope it helps</p><p ="Ms&#111;normal">nothing</p>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 04:11:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/expanding-menu-code_topic52_post164.html#164</guid>
  </item> 
  <item>
   <title><![CDATA[Expanding menu code : I did try that.  Unfortunately,...]]></title>
   <link>https://forum.productcart.com/expanding-menu-code_topic52_post156.html#156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=44">lelady</a><br /><strong>Subject:</strong> 52<br /><strong>Posted:</strong> 02-December-2005 at 12:09pm<br /><br /><P>I did try that. </P><P>Unfortunately, if I use the hide catagory option, and I place a link to this specific catagory in another area, when you click on it you receive an error message that the catagory does not exist.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 12:09:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/expanding-menu-code_topic52_post156.html#156</guid>
  </item> 
  <item>
   <title><![CDATA[Expanding menu code : Can you use the &amp;#034;Hide Category&amp;#034;...]]></title>
   <link>https://forum.productcart.com/expanding-menu-code_topic52_post111.html#111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=47">bkats</a><br /><strong>Subject:</strong> 52<br /><strong>Posted:</strong> 24-November-2005 at 7:59pm<br /><br /><P>Can you use the "Hide Category" feature?</P>]]>
   </description>
   <pubDate>Thu, 24 Nov 2005 19:59:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/expanding-menu-code_topic52_post111.html#111</guid>
  </item> 
  <item>
   <title><![CDATA[Expanding menu code : I&amp;#039;ve been using the expanding...]]></title>
   <link>https://forum.productcart.com/expanding-menu-code_topic52_post110.html#110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=44">lelady</a><br /><strong>Subject:</strong> 52<br /><strong>Posted:</strong> 24-November-2005 at 12:33am<br /><br />I've been using the expanding menu code located in the developers corner for sometime with good results. However,&nbsp; I&nbsp;would like&nbsp;to "exclude" a catagory or two from being displayed. Has anyone had any luck modifying this code or would any of the developers be interested in doing this? ]]>
   </description>
   <pubDate>Thu, 24 Nov 2005 00:33:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/expanding-menu-code_topic52_post110.html#110</guid>
  </item> 
 </channel>
</rss>