<?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 : How to hide SKU &amp; weight</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : How to hide SKU &amp; weight]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 06:38:17 +0000</pubDate>
  <lastBuildDate>Thu, 17 Jan 2008 08:06:22 +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=1301</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[How to hide SKU &amp; weight : thx Greg, but I don&amp;#039;t know...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3944.html#3944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=451">cysayles</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 17-January-2008 at 8:06am<br /><br />thx Greg, but I don't know what to comment out - line 187 is blank on this file.<br><br>could you be more specific for the SKU and the weight<br><br>much appreciated]]>
   </description>
   <pubDate>Thu, 17 Jan 2008 08:06:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3944.html#3944</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide SKU &amp; weight : OK, go ahead and have a look at...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3941.html#3941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 16-January-2008 at 8:50pm<br /><br /><P>OK, go ahead and have a look at the script /pc/xml_getPrdInfo.asp</P><P>Line 187 needs to be commented out if you want to hide SKU.&nbsp; Weight appears in a block of code below that.</P>]]>
   </description>
   <pubDate>Wed, 16 Jan 2008 20:50:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3941.html#3941</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide SKU &amp; weight : Sorry, I have a bit of a full...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3919.html#3919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 14-January-2008 at 11:23am<br /><br />Sorry, I have a bit of a full plate today.&nbsp; The prdView.asp stuff was easy because I had that page open.&nbsp; The AJAX stuff is fairly complex.&nbsp; If you would &nbsp;you care to engage me for a bit of consulting time, I'll be happy to go do that research for&nbsp; you, or implement it for you.]]>
   </description>
   <pubDate>Mon, 14 Jan 2008 11:23:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3919.html#3919</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide SKU &amp; weight : thx, that worked great, I also...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3918.html#3918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=451">cysayles</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 14-January-2008 at 11:13am<br /><br /><P>thx, that worked great, I also did the same for "show weight" as it cleans up the display.</P><P>&nbsp;</P><P>any luck on how do do with the AJAX popup?</P>]]>
   </description>
   <pubDate>Mon, 14 Jan 2008 11:13:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3918.html#3918</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide SKU &amp; weight : in the scripts viewprdc.asp, viewprdl.asp,...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3915.html#3915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 13-January-2008 at 9:04pm<br /><br /><P>in the scripts viewprdc.asp, viewprdl.asp, and viewprdo.asp you will note references to theASP subroutines named&nbsp;"pcs_ShowSKU" and "pcs_DisplayWeight".</P><P>Place an apostrophe (') in front of either and that sub will not be called. </P><P>Now there may be formatting issues that result, which in turn require additional changes, but this answers the specific question.</P><P>The Ajax popup could also be edited but that takes a bit more research.</P>]]>
   </description>
   <pubDate>Sun, 13 Jan 2008 21:04:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3915.html#3915</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide SKU &amp; weight : How can I hide the SKU &amp;amp; weight...]]></title>
   <link>https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3914.html#3914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=451">cysayles</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 13-January-2008 at 12:59pm<br /><br />How can I hide the SKU &amp; weight that appears in product detail and is it possible for the AJAX popup?<br><br>I searched the forum and the only suggestion didn't work for me.<br><br>Cy<br>]]>
   </description>
   <pubDate>Sun, 13 Jan 2008 12:59:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-hide-sku-weight_topic1301_post3914.html#3914</guid>
  </item> 
 </channel>
</rss>