<?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 : Why does &lt;%=pDetails%&gt; not work?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Why does &lt;%=pDetails%&gt; not work?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 14:55:54 +0000</pubDate>
  <lastBuildDate>Thu, 08 Feb 2007 17:43:37 +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=647</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[Why does &lt;%=pDetails%&gt; not work? : Well, since that is WAY over my...]]></title>
   <link>https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1877.html#1877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=247">edwardmills</a><br /><strong>Subject:</strong> 647<br /><strong>Posted:</strong> 08-February-2007 at 5:43pm<br /><br />Well, since that is WAY over my head, I had to come up with an alternative. So if you're interested, this is what I did.<br><br>In ViewPrdCode.asp I edited the routine on <span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">lines 557 -572 </span>so that it won't show the "More Details" text as follows. (In retrospect it might have been simpler to go into the languages include file and replace More Details with a blank space. I'm not sure, but I think that would have accomplished the same thing). <br><p ="Ms&#111;normal">Public Sub pcs_ProductDescription<br>'<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>if psDesc&lt;&gt; "" then<br>'<span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </span>response.write"&lt;div class='pcShowProductSDesc' style='padding-top: 5px'&gt;"<br>'<span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </span>response.WritepsDesc &amp; " &lt;a href='#details'&gt;"  &amp;dictLanguage.Item(Session("language")&amp;"_viewPrd_2 1")&amp; "&lt;/a&gt;"<br>'<span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </span>response.write"&lt;/div&gt;"<br>'<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>else<br><span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span>response.write"&lt;div class='pcShowProductSDesc' style='padding-top: 5px'&gt;"<br><span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span>response.WritepDetails<br><span style=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span>response.write"&lt;/div&gt;"<br>'<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>end if<br>End Sub</p>Then, in&nbsp; ViewPrdL.asp I commented out the section that shows the product details down at the bottom of the page:&nbsp;<p ="Ms&#111;normal">Lines 506-518 comment out display product details routine.</p>' 12) LONG DESCRIPTION<br> '*********************************************************** ****************************************** <br>'Begin FFC Customization - Comment out this routine to NOT show product details<br>&nbsp;&nbsp;&nbsp;  '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br>&nbsp;&nbsp;&nbsp; ' START:&nbsp; Display long product description if there is a short description<br>&nbsp;&nbsp;&nbsp;  '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br>&nbsp;&nbsp;&nbsp; 'pcs_LongProductDescription &#091;Note the apostrophe at start of line&#093; <br>&nbsp;&nbsp;&nbsp;  '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br>&nbsp;&nbsp;&nbsp; ' END:&nbsp; Display long product description if there is a short description<br>&nbsp;&nbsp;&nbsp;  '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br>&nbsp;&nbsp;&nbsp; <br> '*********************************************************** ****************************************** <br>' END LONG DESCRIPTION<br><br>It seems to all be working. You can check it out here:<br><br> http://www.funnyfotocards.com/productcart/pc/viewCategories. asp?idCategory=26<br><p ="Ms&#111;normal"></p><br>]]>
   </description>
   <pubDate>Thu, 08 Feb 2007 17:43:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1877.html#1877</guid>
  </item> 
  <item>
   <title><![CDATA[Why does &lt;%=pDetails%&gt; not work? : That&amp;#039;s because that file...]]></title>
   <link>https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1876.html#1876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 647<br /><strong>Posted:</strong> 08-February-2007 at 4:33pm<br /><br /><P>That's because that file is "included" in other files. Those other files do not load the long product description. For example, if you look at viewcategories.asp, that page does not load the long product description from the database, since it is not needed on the page.</P><P>So to do what you are describing, you need to edit the "parent" file (e.g. viewcategories.asp) and change both the SQL query and the area of the code where you assign that item in the recordset to a variable.</P>]]>
   </description>
   <pubDate>Thu, 08 Feb 2007 16:33:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1876.html#1876</guid>
  </item> 
  <item>
   <title><![CDATA[Why does &lt;%=pDetails%&gt; not work? : Ok, I&amp;#039;m getting frustrated...]]></title>
   <link>https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1875.html#1875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=247">edwardmills</a><br /><strong>Subject:</strong> 647<br /><strong>Posted:</strong> 08-February-2007 at 4:24pm<br /><br />Ok, I'm getting frustrated now. I am 90% sure that the code for the Long Product Description. I tracked it down through the ViewPrdCode.asp file. <br><br>But when I enter the following code into pcShowProductM.asp nothing shows up: <br><br>&lt;td valign="middle"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div class="pcShowProductSDesc"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%=pDetails%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/td&gt;<br><br>If I change pDetails to psDesc I get the short description. If I change it to pSku I get the SKU. <br><br>What am I missing? What is different about pDetails that is causing it to not show up.<br><br>I would love some help here folks!!! <br><br>Thanks<br>ed<br> ]]>
   </description>
   <pubDate>Thu, 08 Feb 2007 16:24:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/why-does-pdetails-not-work_topic647_post1875.html#1875</guid>
  </item> 
 </channel>
</rss>