<?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 : Store Map and Absolute Paths in header / footer</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Store Map and Absolute Paths in header / footer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 12:49:59 +0000</pubDate>
  <lastBuildDate>Fri, 21 Aug 2009 17:15:27 +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=2971</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[Store Map and Absolute Paths in header / footer : I fixed it. go me.for some reason...]]></title>
   <link>https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11074.html#11074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1665">Conan</a><br /><strong>Subject:</strong> 2971<br /><strong>Posted:</strong> 21-August-2009 at 5:15pm<br /><br />I fixed it. go me.<br><br>for some reason it is putting two <br>&lt;<span ="start-tag">meta</span><span ="attribute-name"> http-equiv</span>=<span ="attribute-value">"Content-Type" </span><span ="attribute-name">content</span>=<span ="attribute-value">"text/html; charset=iso-8859-1" </span><span ="error"><span ="attribute-name">/</span></span>&gt;<span style="font-family: monospace;"><br></span>in the head but i can handle that.<br><br>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 17:15:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11074.html#11074</guid>
  </item> 
  <item>
   <title><![CDATA[Store Map and Absolute Paths in header / footer : The header/footer in the PC folder...]]></title>
   <link>https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11073.html#11073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2971<br /><strong>Posted:</strong> 21-August-2009 at 5:15pm<br /><br />The header/footer in the PC folder must reference images that are AT or BELOW the PC folder. Referencing the image relative to the root won't work.<DIV>&nbsp;</DIV><DIV>If you have any images in a root folder, you need&nbsp;to move or copy the images to the /pc/images (or better yet, something such as /pc/images/site-graphics/) folder.&nbsp; Then, reference the images without a leading /.</DIV><DIV>&nbsp;</DIV><DIV>For example, the image on your left nav needs to be referenced as:</DIV><DIV>&lt;img src="catalog/images/btn_expand.png"&gt;</DIV><DIV>&nbsp;</DIV><DIV>These would also work:</DIV><DIV><DIV>&lt;img src="images/btn_expand.png"&gt;</DIV><DIV><DIV>&lt;img src="images/site-graphics/btn_expand.png"&gt;</DIV></DIV></DIV><DIV>&nbsp;</DIV><DIV>This will not work as you have discovered:</DIV><DIV><DIV>&lt;img src="/pc/catalog/images/btn_expand.png"&gt;</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 17:15:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11073.html#11073</guid>
  </item> 
  <item>
   <title><![CDATA[Store Map and Absolute Paths in header / footer : I am having an issue with my custom...]]></title>
   <link>https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11071.html#11071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1665">Conan</a><br /><strong>Subject:</strong> 2971<br /><strong>Posted:</strong> 21-August-2009 at 4:47pm<br /><br />I am having an issue with my custom header / footer template elements during generation of the HTML store map.<br><br>all the root relative paths that are coded in my header / footer are being rewritten incorrectly... for example a link to an image coded as "/images/imagename.jpg" is being transformed into <br><br>http://dev.wallpaperforwindows.com/pc//images/template_07.jpg<br><a href="http://" target="_blank"><span style="font-family: monospace;"></span></a>instead of <br>http://dev.wallpaperforwindows.com/images/template_07.jpg<br><br>notice the incorrect /pc// added into each of them<br><br>at first no links were being generated correctly but i have reviewed the genstoremapA.asp code and made changes that fixed all the category / product links (they were getting a //pc//pc/ added into them)<br><br>my store resides at in the root folder of the server (/pc/) without the /productcart/ containing folder and so far everything else works perfectly.<br><br>the broken store map is viewable at http://dev.wallpaperforwindows.com/pc/catalog/StoreMap.html<br><br>I read about the option of cutting and pasting the HTML generated by the store map feature without header / footer into another page template, but that would be a last resort. I think if I could get the store map to not do any modification to the header/footer paths it would work right but I haven't been able to figure out exactly what part is rewriting the header footer paths. (i think its the code down around line 420 in genstoremapa.asp, but dont know how to change that)<a href="view-source:http://dev.wallpaperforwindows.com/pc//images/template_07.jpg" target="_blank"></a><span></span><span></span>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 16:47:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/store-map-and-absolute-paths-in-header-footer_topic2971_post11071.html#11071</guid>
  </item> 
 </channel>
</rss>