<?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 : Remove Character Count</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Remove Character Count]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 13:32:57 +0000</pubDate>
  <lastBuildDate>Tue, 18 Dec 2012 00:07:55 +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=5376</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[Remove Character Count : Oh, right. Sorry. I don&amp;#039;t...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20573.html#20573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 18-December-2012 at 12:07am<br /><br /><div><div><font size="2"><span style="line-height: 18px;">Oh, right. Sorry. I don't have a lot of time to give tips at the code level.</span></font></div><div><font size="2"><span style="line-height: 18px;"><br></span></font></div><div><font size="2"><span style="line-height: 18px;">PC has up to three max of these types of fields, as I recall. So, yeah, you'd need to do the same for each of them if you want to kill this on all of them.</span></font></div><div><font size="2"><span style="line-height: 18px;"><br></span></font></div><div><font size="2"><span style="line-height: 18px;">They are signified by "xfieldN" where N is a number from 1-3. Find the same chunk of inline code for xfield2 and xfield3 and you should be all good.</span></font></div><div><font size="2"><span style="line-height: 18px;"><br></span></font></div><div><font size="2"><span style="line-height: 18px;">EI's code really should be more modular here -- it's the same code for each iteration ... begs for a subroutine with the field ID as a variable fed into it, IHMO.</span></font></div></div><div><br></div><span style="font-size:10px"><br /><br />Edited by Sean@WMS - 18-December-2012 at 12:36am</span>]]>
   </description>
   <pubDate>Tue, 18 Dec 2012 00:07:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20573.html#20573</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : Thanks for all your help. I noticed...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20571.html#20571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 17-December-2012 at 9:42pm<br /><br />Thanks for all your help. I noticed that it removes it from the first textfield, but not from the additional textareas.<div><br></div><div>Should I duplicate this code for each textarea?</div>]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 21:42:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20571.html#20571</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : Thanks that worked perfectly. ]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20570.html#20570</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 17-December-2012 at 8:50pm<br /><br />Thanks that worked perfectly.]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 20:50:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20570.html#20570</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : ah. I do see that on text inputs...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20563.html#20563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 17-December-2012 at 2:27pm<br /><br />ah. I do see that on text inputs as opposed to textareas.<div><br></div><div>Easiest thing to do here would be to find the following in viewPrdCode.asp:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&lt;% if TextArea="-1" then %&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;textarea name="xfield1" cols="&lt;%=widthoffield%&gt;" rows="&lt;%=rowlength%&gt;" style="margin-top: 6px" &lt;%if maxlength&gt;"0" then%&gt;onkeyup="javascript:testchars(this,'1',&lt;%=maxlength%&gt;);"&lt;%end if%&gt;&gt;&lt;%if tIndex&lt;&gt;0 and (xfieldArrCnt &gt; 0 or isArrCount&gt;0) then response.write tempIdOpt(0) end if %&gt;&lt;/textarea&gt;</div><div>&nbsp; &nbsp; &lt;%if maxlength&gt;"0" then%&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5a")%&gt;&lt;span id="countchar1" name="countchar1" style="font-weight: bold"&gt;&lt;%=maxlength%&gt;&lt;/span&gt; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5b")%&gt;</div><div>&nbsp; &nbsp; &lt;%end if%&gt;</div><div>&lt;% else %&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;input type="text" name="xfield1" size="&lt;%=widthoffield%&gt;" maxlength="&lt;%=maxlength%&gt;" style="margin-top: 6px" &lt;%if tIndex&lt;&gt;0 and (xfieldArrCnt &gt; 0 or isArrCount&gt;0) then%&gt; value="&lt;% response.write tempIdOpt(0) %&gt;" &lt;%end if %&gt; &lt;%if maxlength&gt;"0" then%&gt;onkeyup="javascript:testchars(this,'1',&lt;%=maxlength%&gt;);"&lt;%end if%&gt;&gt;</div><div>&nbsp; &nbsp; &lt;%if maxlength&gt;"0" then%&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5a")%&gt;&lt;span id="countchar1" name="countchar1" style="font-weight: bold"&gt;&lt;%=maxlength%&gt;&lt;/span&gt; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5b")%&gt;</div><div>&nbsp; &nbsp; &lt;%end if%&gt;</div><div>&lt;% end if %&gt;</div></div><div></pre></td></tr></table></div><div><br></div><div>and change that to:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&lt;% maxlength=0 %&gt;</div><div>&lt;% if TextArea="-1" then %&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;textarea name="xfield1" cols="&lt;%=widthoffield%&gt;" rows="&lt;%=rowlength%&gt;" style="margin-top: 6px" &lt;%if maxlength&gt;"0" then%&gt;onkeyup="javascript:testchars(this,'1',&lt;%=maxlength%&gt;);"&lt;%end if%&gt;&gt;&lt;%if tIndex&lt;&gt;0 and (xfieldArrCnt &gt; 0 or isArrCount&gt;0) then response.write tempIdOpt(0) end if %&gt;&lt;/textarea&gt;</div><div>&nbsp; &nbsp; &lt;%if maxlength&gt;"0" then%&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5a")%&gt;&lt;span id="countchar1" name="countchar1" style="font-weight: bold"&gt;&lt;%=maxlength%&gt;&lt;/span&gt; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5b")%&gt;</div><div>&nbsp; &nbsp; &lt;%end if%&gt;</div><div>&lt;% else %&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;input type="text" name="xfield1" size="&lt;%=widthoffield%&gt;" style="margin-top: 6px" &lt;%if tIndex&lt;&gt;0 and (xfieldArrCnt &gt; 0 or isArrCount&gt;0) then%&gt; value="&lt;% response.write tempIdOpt(0) %&gt;" &lt;%end if %&gt; &lt;%if maxlength&gt;"0" then%&gt;onkeyup="javascript:testchars(this,'1',&lt;%=maxlength%&gt;);"&lt;%end if%&gt;&gt;</div><div>&nbsp; &nbsp; &lt;%if maxlength&gt;"0" then%&gt;</div><div>&nbsp; &nbsp; &lt;br&gt;</div><div>&nbsp; &nbsp; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5a")%&gt;&lt;span id="countchar1" name="countchar1" style="font-weight: bold"&gt;&lt;%=maxlength%&gt;&lt;/span&gt; &lt;%response.write dictLanguage.Item(Session("language")&amp;"_GiftWrap_5b")%&gt;</div><div>&nbsp; &nbsp; &lt;%end if%&gt;</div><div>&lt;% end if %&gt;</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 14:27:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20563.html#20563</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : I tried that, but I cannot add...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20557.html#20557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 17-December-2012 at 10:15am<br /><br />I tried that, but I cannot add to a single line input anything.<div><br></div><div>Where in the code can I hide the message without changing the settings?</div>]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 10:15:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20557.html#20557</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : OK Thanks.Do I need to do this...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20556.html#20556</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 17-December-2012 at 10:10am<br /><br /><div>OK Thanks.</div><div><br></div>Do I need to do this for each product? There is no way to remove it from the custom input field altogether.]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 10:10:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20556.html#20556</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : Navigate to your product in the...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20543.html#20543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 13-December-2012 at 5:50pm<br /><br />Navigate to your product in the control panel. When you're on the Modify Product page, click the text link along the top to Custom Fields. On that screen click edit for the field(s) you want to change.<div><br></div><div>Setting maximum chars to 0 will prevent the entire line from displaying.</div>]]>
   </description>
   <pubDate>Thu, 13 Dec 2012 17:50:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20543.html#20543</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : Can&amp;#039;t remember where I do...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20542.html#20542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 13-December-2012 at 5:39pm<br /><br />Can't remember where I do that?<div><br></div><div>Also, will it hide the language on how many characters are allowed and how many are left to be used?</div><div><br></div><div>I want to remove that completely.</div>]]>
   </description>
   <pubDate>Thu, 13 Dec 2012 17:39:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20542.html#20542</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : Simply set the maximum chars to...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20541.html#20541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 13-December-2012 at 5:26pm<br /><br />Simply set the maximum chars to 0 and the char count will not be displayed.]]>
   </description>
   <pubDate>Thu, 13 Dec 2012 17:26:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20541.html#20541</guid>
  </item> 
  <item>
   <title><![CDATA[Remove Character Count : I mean from the custom input text...]]></title>
   <link>https://forum.productcart.com/remove-character-count_topic5376_post20540.html#20540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1375">dccreatives</a><br /><strong>Subject:</strong> 5376<br /><strong>Posted:</strong> 13-December-2012 at 1:34pm<br /><br />I mean from the custom input text areas!]]>
   </description>
   <pubDate>Thu, 13 Dec 2012 13:34:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/remove-character-count_topic5376_post20540.html#20540</guid>
  </item> 
 </channel>
</rss>