<?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 : Home Page questions</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Home Page questions]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:17:00 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jun 2010 17:43: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=3764</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[Home Page questions : I&amp;#039;ve done the same thing...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14678.html#14678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 08-June-2010 at 5:43pm<br /><br />I've done the same thing as Brett on a few sites as&nbsp;the 'Featured Products' message does mess up a nice clean image at the top of the page.<DIV>&nbsp;</DIV><DIV>Another way&nbsp;is to remove the phrase from the languages.asp file then tweak the CSS that displays it.</DIV><DIV>&nbsp;</DIV><DIV>Nigel</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jun 2010 17:43:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14678.html#14678</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : *edit*  Greg&amp;#039;s answer is...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14677.html#14677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 08-June-2010 at 4:53pm<br /><br />*edit*<br /><br />Greg's answer is spot on.<br /><br />However, I found that I wanted to edit the home.asp page so that my featured products message does not show above the home page description:<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' If there are featured products, show that message, otherwise hide it<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcIntHPFeaturedCount &gt; 0 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h1&gt;&lt;%response.write dictLanguage.Item(Session("language")&"_mainIndex_11")%&gt;&lt;/h1&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' Show Home Page description, if any<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcStrHPDesc &lt;&gt; "" then %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="pcPageDesc"&gt;&lt;%=pcStrHPDesc%&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<br /><br /><br /><br />Replace with:<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' Show Home Page description, if any<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcStrHPDesc &lt;&gt; "" then %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="pcPageDesc"&gt;&lt;%=pcStrHPDesc%&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' If there are featured products, show that message, otherwise hide it<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcIntHPFeaturedCount &gt; 0 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h1&gt;&lt;%response.write dictLanguage.Item(Session("language")&"_mainIndex_11")%&gt;&lt;/h1&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<span style="font-size:10px"><br /><br />Edited by Brett - 08-June-2010 at 4:56pm</span>]]>
   </description>
   <pubDate>Tue, 08 Jun 2010 16:53:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14677.html#14677</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : You can also do this by splicing...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14668.html#14668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 08-June-2010 at 11:59am<br /><br /><P>You can also do this by splicing your image. This involves chopping it up into smaller parts which can be put together to form a single larger image. Where this becomes advantageous is that you can use these as background images then overlay them with clickable text links or other images. It is the way many sites are created nowadays.</P><DIV>&nbsp;</DIV><DIV>Nigel</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jun 2010 11:59:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14668.html#14668</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : Just noticed the client has updated...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14661.html#14661</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 06-June-2010 at 10:46pm<br /><br />Just noticed the client has updated colormall.com with a single image, whereas we have traditionally featured 3-4 products in the splash image with an image map. I figure the above gives you an adequate description however.]]>
   </description>
   <pubDate>Sun, 06 Jun 2010 22:46:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14661.html#14661</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : An example of how this could work:...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14660.html#14660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 06-June-2010 at 10:45pm<br /><br />An example of how this could work:&nbsp; <DIV>&nbsp;</DIV><DIV>- you upload the image to your site</DIV><DIV>- you edit the home page using that text area on the home page settings.</DIV><DIV>- in that text area you specify the image tag and the image map code, all of which you have tested via a static HTML page so you know it's going to play nice.</DIV><DIV>&nbsp;</DIV><DIV>Having updated the home page in this manner, you have your splash image ready to go.&nbsp; An example of such an implementation is <a href="http://www.colormall.com" target="_blank">www.colormall.com</A>.&nbsp; That's precisely what we did.</DIV><DIV>&nbsp;</DIV><DIV>If you would like to discuss your development needs, please contact me via my site.</DIV>]]>
   </description>
   <pubDate>Sun, 06 Jun 2010 22:45:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14660.html#14660</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : Thanks Greg. Will I be able to...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14659.html#14659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=934">lorilorilori</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 06-June-2010 at 10:28pm<br /><br />Thanks Greg. Will I be able to create an image with this that will be uploadable  to my site from within the Product Cart control panel? <br />BY the way, I need to find a new product cart developer that I can hire to help me. Any takers?]]>
   </description>
   <pubDate>Sun, 06 Jun 2010 22:28:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14659.html#14659</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : Well, without seeing your page,...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14658.html#14658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 06-June-2010 at 9:15pm<br /><br />Well, without seeing your page, it's a little difficult but the first thing you may want to look into is "image maps".&nbsp; Here is a link:<DIV><a href="http://www.w3schools.com/tags/tag_map.asp" target="_blank">http://www.w3schools.com/tags/tag_map.asp</A></DIV><DIV>&nbsp;</DIV><DIV>The concept is that you define parts of an image that are clickable, and you can have multiple parts of that image that each click to a different URL.</DIV><DIV>&nbsp;</DIV><DIV>You can search on the phrase of "image map generator" as there are many out there.&nbsp; It may be easier to use such a tool instead of manually determining the&nbsp;positions that you will specify when defining the coordinates of the clickable zones.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 06 Jun 2010 21:15:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14658.html#14658</guid>
  </item> 
  <item>
   <title><![CDATA[Home Page questions : I am not a web designer at all,...]]></title>
   <link>https://forum.productcart.com/home-page-questions_topic3764_post14657.html#14657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=934">lorilorilori</a><br /><strong>Subject:</strong> 3764<br /><strong>Posted:</strong> 06-June-2010 at 9:00pm<br /><br />I am not a web designer at all, but I do all the maintenance for my webstore. <br />My question is about the homepage. My store is related to fashion, and so I need a certain kind of front page for my site. I can't just have a bunch of featured products on the front page as if it were a car parts store.<br /><br /> What I normally do is just create a large jpeg in photoshop and have it be my main image, but what I WANT to do is be able to have this image for the front page  be clickable and take the user to different brand pages on the site. <br /><br />So far, I have been able to teach myself how to create a document in photoshop that will have images that can be clicked on to go to the desired URL's, however, when I save the page in photoshop I have to save it with images and html together, and this makes it a .html document.<br /><br />So when I got to the html editor for the home page manager in product cart, it won't let me upload a .html file. Therefore, I can't ever have a front page image that is clickable? This can't be...<br />does anyone know how to create a front page where images are clickable? If this software can't allow for this then I may have to move on. Thanks!]]>
   </description>
   <pubDate>Sun, 06 Jun 2010 21:00:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/home-page-questions_topic3764_post14657.html#14657</guid>
  </item> 
 </channel>
</rss>