<?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 : changing the way Special Fields appear</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : changing the way Special Fields appear]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 17:52:40 +0000</pubDate>
  <lastBuildDate>Tue, 05 Aug 2008 20:54:13 +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=1869</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[changing the way Special Fields appear : Hi Cindy.  What HTML did you try...]]></title>
   <link>https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6310.html#6310</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1869<br /><strong>Posted:</strong> 05-August-2008 at 8:54pm<br /><br />Hi Cindy. <br>&nbsp;&nbsp; What HTML did you try to add &amp; where?<br>I tried it on one of my systems &amp; it worked OK, perhaps we used different tags or something else caused the issue - lets start with trying to get it working for you before resorting to updating the source code.<br>]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 20:54:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6310.html#6310</guid>
  </item> 
  <item>
   <title><![CDATA[changing the way Special Fields appear : Thanks Hamish, I added the html...]]></title>
   <link>https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6305.html#6305</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=54">cpgmar</a><br /><strong>Subject:</strong> 1869<br /><strong>Posted:</strong> 05-August-2008 at 6:07pm<br /><br />Thanks Hamish, I added the html code into the field and the tags appear in the fields themselves, I don't know why <br><br>Where can I insert html code in the following without messing up the code?:<br><br>&nbsp;&nbsp;&nbsp; &lt;td colspan="2"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%if pcArr(2,k)="1" then%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="custfield&lt;%=pcArr(0,k)%&gt;" &lt;%if pcArr(10,k)&lt;&gt;"" then%&gt;value="&lt;%=pcArr(10,k)%&gt;"&lt;%else%&gt;&lt;%if pcArr(3,k)&lt;&gt;"" then%&gt;value="&lt;%=pcArr(3,k)%&gt;"&lt;%else%&gt;value="1"&lt;%end if%&gt;&lt;%end if%&gt;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%else%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="custfield&lt;%=pcArr(0,k)%&gt;" value="&lt;%if session("idcustomer")=0 then%&gt;&lt;%if pcArr(3,k)&lt;&gt;"" then%&gt;&lt;%=pcArr(3,k)%&gt;&lt;%else%&gt;&lt;%=Session("pcSFcustfield"&amp;pcArr(0,k))%&gt;&lt;%end if%&gt;&lt;%else%&gt;&lt;%if pcArr(10,k)&lt;&gt;"" then%&gt;&lt;%=pcArr(10,k)%&gt;&lt;%else%&gt;&lt;%=Session("pcSFcustfield"&amp;pcArr(0,k))%&gt;&lt;%end if%&gt;&lt;%end if%&gt;"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%end if%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="pcv_ShowFieldRequired" value="NO" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/td&gt;<br>]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 18:07:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6305.html#6305</guid>
  </item> 
  <item>
   <title><![CDATA[changing the way Special Fields appear : If you decide you would rather...]]></title>
   <link>https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6261.html#6261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1869<br /><strong>Posted:</strong> 02-August-2008 at 8:28pm<br /><br />If you decide you would rather have the style managed from the code it's in a section within login.asp between (approx) lines 1720-1780&nbsp;]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 20:28:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6261.html#6261</guid>
  </item> 
  <item>
   <title><![CDATA[changing the way Special Fields appear : Hi, Just add the HTML code in...]]></title>
   <link>https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6260.html#6260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1869<br /><strong>Posted:</strong> 02-August-2008 at 8:23pm<br /><br />Hi,<br>&nbsp; Just add the HTML code in the fields where you define the Customer Special Fields.<br>Either straight HTML tags, or tags to allow you to then style it via CSS.<br><br>]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 20:23:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6260.html#6260</guid>
  </item> 
  <item>
   <title><![CDATA[changing the way Special Fields appear : I need to highlight the Customer...]]></title>
   <link>https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6258.html#6258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=54">cpgmar</a><br /><strong>Subject:</strong> 1869<br /><strong>Posted:</strong> 02-August-2008 at 12:59pm<br /><br />I need to highlight the Customer Special Fields to change the font/size/color so they are more visible to customers on the login.asp page.&nbsp; Where can I change them?&nbsp; I can't find anything in the css file and I don't want to mess up the coding.&nbsp; Can I add html code somewhere to fix this?&nbsp; <br><br>Thanks for any help.<img src="https://forum.productcart.com/smileys/smiley5.gif" border="0" alt="C&#111;nfused" /><br>]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 12:59:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/changing-the-way-special-fields-appear_topic1869_post6258.html#6258</guid>
  </item> 
 </channel>
</rss>