<?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 : Custom Input Field Question</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Getting Started : Custom Input Field Question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 08:56:10 +0000</pubDate>
  <lastBuildDate>Wed, 08 Jul 2009 03:17:57 +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=2848</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[Custom Input Field Question : You could enter a zero in the...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10564.html#10564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=558">mattprice</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 08-July-2009 at 3:17am<br /><br /><P>You could enter a zero in the maximum number of characters field for this custom field.&nbsp; This removes the text altogether.&nbsp; If you do have a character limit for the bracelet names then you could mention this in the custom field description instead and rely on a customer's common sense when ordering.</P><DIV>Of course, this method does not&nbsp;stop somebody breaking any character limit rules when placing an order.</DIV>]]>
   </description>
   <pubDate>Wed, 08 Jul 2009 03:17:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10564.html#10564</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Input Field Question : Great, thank you. I&amp;#039;ll try...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10560.html#10560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1623">julesjewelry</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 07-July-2009 at 11:08am<br /><br />Great, thank you.&nbsp; I'll try that.&nbsp; Yes, for now it's just an aesthetic and scrolling/length of page&nbsp;issue.&nbsp; My customers would not need the count down or html warning, because they are just typing in a name for a personalized bracelet.<DIV>&nbsp;</DIV><DIV>Thanks again, I'll give it a try.</DIV>]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 11:08:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10560.html#10560</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Input Field Question : It&amp;#039;s possible to remove that...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10553.html#10553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 07-July-2009 at 4:29am<br /><br />It's possible to remove that text, but is it a good idea? The countdown and the warning about not using HTML are both useful information. Is there a good reason, other than aesthetics, why you wish to remove the warning text?]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 04:29:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10553.html#10553</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Input Field Question :  Ya know, the moment I posted...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10552.html#10552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 07-July-2009 at 1:38am<br /><br />Ya know, the moment I posted I realized it won't work.&nbsp; you'll still have the <b>20</b> in there.&nbsp; Hang on and I'll be back when I find the line that needs to be edited in another file.<br><br><br><br>OK, here ya go.&nbsp; First, make a backup copy of /pc/viewprdcode.asp.&nbsp; Then open the file with a text editor.<br><br>In that file are 6 instances of statement that contain a reference to "GiftWrap_5a".&nbsp; Perform a "find" with your editor looking for that string.&nbsp; The 6 statements will be similar to this:<br><br>&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;<br><br>You need to comment them out.&nbsp; <br><br>&lt;!--&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;--&gt;<br><br>There are also some &lt;br&gt; line breaks which you may want to comment but this will require testing as you make edits, and making certain that you achieve the layout you desire.<br><br>As you make these edits, PLEASE be certain to place comments in the code so you can find your changes and re-apply them at a future date such as when you are upgrading to v4.<br><br>Here are some helpful ideas about editing scripts:<br>http://wiki.earlyimpact.com/developers/editcode?s&#091;&#093;=editing<br><span style="font-size:10px"><br /><br />Edited by Greg Dinger - 07-July-2009 at 1:55am</span>]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 01:38:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10552.html#10552</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Input Field Question : I have not tried this, so make...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10551.html#10551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 07-July-2009 at 1:32am<br /><br />I have not tried this, so make a backup of /includes/languages.asp before proceeding.&nbsp; It may work, and then again...<br><br>Find these statements in the above file:<br>dictLanguage.Add "english_GiftWrap_5a", "You have "<br>dictLanguage.Add "english_GiftWrap_5b", "characters left. Do not use HTML."<br><br>change them to this:<br>dictLanguage.Add "english_GiftWrap_5a", ""<br>dictLanguage.Add "english_GiftWrap_5b", ""<br><br>good luck.<br>]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 01:32:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10551.html#10551</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Input Field Question : I was wondering if it was possible...]]></title>
   <link>https://forum.productcart.com/custom-input-field-question_topic2848_post10550.html#10550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1623">julesjewelry</a><br /><strong>Subject:</strong> 2848<br /><strong>Posted:</strong> 07-July-2009 at 1:07am<br /><br />I was wondering if it was possible to remove the custom input field warning that shows below the text box.&nbsp; The one that says something like..."You have <SPAN id=countchar1 style="FONT-WEIGHT: bold" name="countchar1">20</SPAN> characters left. Do not use HTML. "<DIV>&nbsp;</DIV><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 01:07:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-input-field-question_topic2848_post10550.html#10550</guid>
  </item> 
 </channel>
</rss>