<?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 : Short description</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Short description]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 17:33:17 +0000</pubDate>
  <lastBuildDate>Fri, 18 Jul 2008 14:07:30 +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=1829</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[Short description : I&amp;#039;ve found this info in the...]]></title>
   <link>https://forum.productcart.com/short-description_topic1829_post6067.html#6067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1829<br /><strong>Posted:</strong> 18-July-2008 at 2:07pm<br /><br />I've found this info in the EI developer's corner.<br><a href="http://www.earlyimpact.com/productcart/support/code_samples/Display_short_de&#115;cripti&#111;n.txt" target="_blank">http://www.earlyimpact.com/productcart/support/code_samples/Display_short_description.txt</a><br><pre>===========================================================================<br><br>Show the short product description on the View Cart and Order Summary page:<br><br>===========================================================================<br>===========================================================================<br><br>View Cart page (pc/viewCart.asp)<br><br>Add the following ASP code right before the line that reads (~ line 147):<br><br>&lt;% 'BTO ADDON-S<br><br><br>ASP code to add:<br><br>&lt;% 'Show short product description<br>call opendb()<br>mySQL="SELECT idproduct, sDesc FROM products WHERE idproduct=" &amp; trim(pcCartArray(f,0))<br>set rsDesc=conntemp.execute(mySQL)<br>psDesc=rsDesc("sDesc")<br>if psDesc &lt;&gt; "" then %&gt;<br>&lt;tr&gt; <br>&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br>&lt;td&gt;&lt;font size="2" face="&lt;%=FFType%&gt;" color="&lt;%=FColor%&gt;"&gt;<br>&lt;%=psDesc%&gt;&lt;/font&gt;&lt;/td&gt;<br>&lt;td colspan="3"&gt;&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;% End if<br>call closeDb()<br>set rsDesc=nothing <br>'End show short product description %&gt;<br><br>I've tried it, but it does not work in 3.11 with SQL.  I'm not a programmer, so I would need the complete code and where to paste it.<br>I appreciate any help,<br>Katharina<br><br><br>===========================================================================</pre><br>]]>
   </description>
   <pubDate>Fri, 18 Jul 2008 14:07:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/short-description_topic1829_post6067.html#6067</guid>
  </item> 
  <item>
   <title><![CDATA[Short description : I have not tested this, but I...]]></title>
   <link>https://forum.productcart.com/short-description_topic1829_post6059.html#6059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1829<br /><strong>Posted:</strong> 18-July-2008 at 12:21am<br /><br /><DIV>I have not tested this, but I think it is accurate.&nbsp; Someone correct me if you see a flaw.</DIV><DIV>&nbsp;</DIV><DIV>Search viewcart.asp for "&lt;% ' Get product image and sku"</DIV><DIV>&nbsp;</DIV><DIV>Directly below that comment is a SQL query.&nbsp; First add the column name (description) to that query.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Then look for the 2nd instance of &lt;% If Session("Cust_BuyGift")="" Then %&gt; and you will see the link to viewPrd.asp.&nbsp; Edit that code to display the new description field you just pulled from the db.</DIV><DIV>&nbsp;</DIV><DIV>Can't look for the invoice equivalent at the moment, but hope the above gets you going in the right direction?</DIV>]]>
   </description>
   <pubDate>Fri, 18 Jul 2008 00:21:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/short-description_topic1829_post6059.html#6059</guid>
  </item> 
  <item>
   <title><![CDATA[Short description : Is there an easy way of having...]]></title>
   <link>https://forum.productcart.com/short-description_topic1829_post6057.html#6057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1829<br /><strong>Posted:</strong> 18-July-2008 at 12:00am<br /><br />Is there an easy way of having the short description showing up in the shopping cart along with the product title when a customer adds a product to the cart?&nbsp; Same for the invoice.<br>Katharina<br>]]>
   </description>
   <pubDate>Fri, 18 Jul 2008 00:00:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/short-description_topic1829_post6057.html#6057</guid>
  </item> 
 </channel>
</rss>