<?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 : Recent Products remove text</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Recent Products remove text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 14:53:34 +0000</pubDate>
  <lastBuildDate>Sun, 20 Jul 2008 11:03:10 +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=1834</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[Recent Products remove text : Hi Shiny, No problem at all, I...]]></title>
   <link>https://forum.productcart.com/recent-products-remove-text_topic1834_post6090.html#6090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1834<br /><strong>Posted:</strong> 20-July-2008 at 11:03am<br /><br />Hi Shiny,<br>&nbsp;&nbsp; No problem at all, I enjoy solving problems &amp; frequently learn more about ProductCart through the forum.<br>]]>
   </description>
   <pubDate>Sun, 20 Jul 2008 11:03:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/recent-products-remove-text_topic1834_post6090.html#6090</guid>
  </item> 
  <item>
   <title><![CDATA[Recent Products remove text : Hi HamishThank You very much that...]]></title>
   <link>https://forum.productcart.com/recent-products-remove-text_topic1834_post6088.html#6088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=685">shiny</a><br /><strong>Subject:</strong> 1834<br /><strong>Posted:</strong> 20-July-2008 at 10:13am<br /><br />Hi Hamish<br><br>Thank You very much that so much better ....had a bit of trouble repositioning but realised now it was just css ....thank you again for your time you are a real <img src="https://forum.productcart.com/smileys/smiley10.gif" border="0" alt="Star" /><br>]]>
   </description>
   <pubDate>Sun, 20 Jul 2008 10:13:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/recent-products-remove-text_topic1834_post6088.html#6088</guid>
  </item> 
  <item>
   <title><![CDATA[Recent Products remove text :   Hi, in pc/smallRecentProducts.asp...]]></title>
   <link>https://forum.productcart.com/recent-products-remove-text_topic1834_post6086.html#6086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1834<br /><strong>Posted:</strong> 20-July-2008 at 7:35am<br /><br />Hi,<br>&nbsp; <br>in pc/smallRecentProducts.asp <br><br>Look for the following lines :<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Image size<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcIntSmImgWidth = 25<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ' End get product image<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &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; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Show SKU?<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcIntShowSKU = 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &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; &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;&nbsp; &lt;div style="clear:both; padding-bottom: 5px;"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;a href="viewPrd.asp?idproduct=&lt;%=tmpVPrdArr(0,tmpIndex)%&gt;"&gt;&lt;% if pcvStrSmallImage &lt;&gt; "hide" then %&gt;&lt;img src="catalog/&lt;%=pcvStrSmallImage%&gt;" width="&lt;%=pcIntSmImgWidth%&gt;" align="middle" style="border:none; padding-top: 2px; padding-bottom: 5px; padding-right: 4px;"&gt;&lt;% end if %&gt;<b><font color="BLUE"><strong>&lt;%=ClearHTMLTags2(tmpVPrdArr(1,tmpIndex),0)%&gt;</strong></font></b><strong>&lt;/a&gt;&lt;% if pcIntShowSKU=1 then%&gt;&lt;div class="pcSmallText"&gt;&lt;%=pcvStrSku%&gt;&lt;/div&gt;&lt;%end if%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;<br></pre></td></tr></table><b><br><br>- If you remove the following from the last line it will remove the descriptions:<br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;%=ClearHTMLTags2(tmpVPrdArr(1,tmpIndex),0)%&gt;<br></pre></td></tr></table><br><br>You may want to take advantage of losing the description on the left and increase the image size, in which case amend the value of pcIntSmImgWidth at the top of that same section.<br></b><br><br></strong><span style="font-size:10px"><br /><br />Edited by Hamish - 20-July-2008 at 7:39am</span>]]>
   </description>
   <pubDate>Sun, 20 Jul 2008 07:35:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/recent-products-remove-text_topic1834_post6086.html#6086</guid>
  </item> 
  <item>
   <title><![CDATA[Recent Products remove text :   Hi Can anyone help me I think...]]></title>
   <link>https://forum.productcart.com/recent-products-remove-text_topic1834_post6085.html#6085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=685">shiny</a><br /><strong>Subject:</strong> 1834<br /><strong>Posted:</strong> 20-July-2008 at 5:32am<br /><br /><br>Hi Can anyone help me I think my recent products list looks a little untidy and uses up too much space ........so I would really like to remove the text of the image title to just show the image ( I don't think it needs intro<img src="https://forum.productcart.com/smileys/smiley12.gif" border="0" /> ) or alternatively limit the characters of the text ..............if you want to take a look view a gallery page and open a few thumbs via this link........<br><a href="http://www.shiningimagegallery.com/productcart/pc/viewCategories.asp?idCategory=129" target="_blank"><br>http://www.shiningimagegallery.com/productcart/pc/viewCategories.asp?idCategory=129</a><br><br><img src="uploads/685/Screengrab-recent_.jpg" height="228" width="400" border="0" />Thanks much<img src="https://forum.productcart.com/smileys/smiley17.gif" border="0" /><br><br><span style="font-size:10px"><br /><br />Edited by shiny - 20-July-2008 at 6:30am</span>]]>
   </description>
   <pubDate>Sun, 20 Jul 2008 05:32:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/recent-products-remove-text_topic1834_post6085.html#6085</guid>
  </item> 
 </channel>
</rss>