<?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 : Product Navigation</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Product Navigation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 08:27:55 +0000</pubDate>
  <lastBuildDate>Mon, 03 Aug 2009 14:59:04 +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=2917</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[Product Navigation : Have you played with this in EI&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10829.html#10829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 2:59pm<br /><br />Have you played with this in EI's demo stores?&nbsp; Look at categories "test 1" and "test 2" on this demo:<DIV>&nbsp;</DIV><DIV><a href="http://www.earlyimpact.com/demos/standard/pc/viewcategories.asp" target="_blank">http://www.earlyimpact.com/demos/standard/pc/viewcategories.asp</A></DIV><DIV>&nbsp;</DIV><DIV>Note that when you drill down to "test 1" <a href="http://www.earlyimpact.com/demos/standard/pc/viewCategories.asp?idCategory=21" target="_blank">http://www.earlyimpact.com/demos/standard/pc/viewCategories.asp?idCategory=21</A>&nbsp;and click on "our products", you are taken back to the root level where all such root categories appear.&nbsp; &nbsp;</DIV><DIV>&nbsp;</DIV><DIV>You can certainly dig into the code for viewcategories.asp, viewprd.asp and /includes/languages.asp, locate the breadcrumb stuff, and change as necessary.&nbsp; </DIV>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 14:59:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10829.html#10829</guid>
  </item> 
  <item>
   <title><![CDATA[Product Navigation : Agh...didnt know it was controlled...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10828.html#10828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1534">spectre</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 2:37pm<br /><br />Agh...didnt know it was controlled from the pcBreadCrumbs.asp file. Thats a nice feature to have.<br /><br />Is there a work around that would be easy to not have "Our Products" and have "Category 1" be the Parent and "Category 2" be the parent? Or is this getting back to where we started? The Our Products is really hindering any use of global navigation to get to that specific category. Plus, causing it to have other categories within it.<span style="font-size:10px"><br /><br />Edited by spectre - 03-August-2009 at 2:40pm</span>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 14:37:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10828.html#10828</guid>
  </item> 
  <item>
   <title><![CDATA[Product Navigation : Sure, if you can tackle the necessary...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10827.html#10827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 2:08pm<br /><br />Sure, if you can tackle the necessary programming, or hire someone who can do it for you.<DIV>&nbsp;</DIV><DIV>The stock viewcategories.asp page features a "breadcrumbs" reference which allows the visitor to get back from the subcategory to the root level.&nbsp; Thus to keep them "captive" to that page, you need to alter (or eliminate) the breadcrumbs.</DIV>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 14:08:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10827.html#10827</guid>
  </item> 
  <item>
   <title><![CDATA[Product Navigation : I understand that but it really...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10826.html#10826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1534">spectre</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 1:58pm<br /><br />I understand that but it really doesnt answer what Im looking for I guess...<br />So can I have 2 viewcategories.asp files that refer to each category? Instead of one that does all of them? <br /><br />This would help on a few levels, I could have each reference its own category/subcategories and global navigation. Issue is that each category has its own idCategory= <br /><br />So can I hard code it to do this viewcategories.asp?Category=1<br />and viewcategories2.asp?Category=2<br /><br />Then just reference the inc_RetailCatMenu.inc for Category 1<br />and inc_RetailCatMenu2.inc for Category 2<br /><br />Make sense? If this can be done than how do I change the reference for the viewcategories.asp file to reference the other asp page so it displays the correct category.<br /><span style="font-size:10px"><br /><br />Edited by spectre - 03-August-2009 at 2:00pm</span>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 13:58:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10826.html#10826</guid>
  </item> 
  <item>
   <title><![CDATA[Product Navigation : Hi The navigation you can generate...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10825.html#10825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 1:48pm<br /><br />Hi The navigation you can generate from within ProductCart is not a requirement, in other words you can use whatever navigation you prefer, the only caveat being that you will obviously not then be able to use the "generate navigation" feature to update the navigation. That said, I know of some stores that have either modified the "Generate Navigation" to generate one in the form that they prefer, or use it to generate the links and then grab a cop of the generated navigation file and use that to assist when amending their manually maintained navigation.&nbsp;]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 13:48:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10825.html#10825</guid>
  </item> 
  <item>
   <title><![CDATA[Product Navigation : I have 2 main categories that...]]></title>
   <link>https://forum.productcart.com/product-navigation_topic2917_post10824.html#10824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1534">spectre</a><br /><strong>Subject:</strong> 2917<br /><strong>Posted:</strong> 03-August-2009 at 1:10pm<br /><br />I have 2 main categories that have separate subcategories.<br /><br />Stone<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br /><br />Tile<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br />&nbsp;&nbsp;&nbsp;&nbsp;subcategory<br /><br />Currently, the navigations shows in both categories and I want them to be specific to their own categories. So if I was in stone I would not see tile and vise versa. It seems that it defaults to putting them both in "Products" and them them broken out.<br /><br />How do I do this in Product Cart?]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 13:10:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/product-navigation_topic2917_post10824.html#10824</guid>
  </item> 
 </channel>
</rss>