ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - changing the way Special Fields appear
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

changing the way Special Fields appear

 Post Reply Post Reply
Author
Message
cpgmar View Drop Down
Newbie
Newbie
Avatar

Joined: 04-December-2005
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpgmar Quote  Post ReplyReply Direct Link To This Post Topic: changing the way Special Fields appear
    Posted: 02-August-2008 at 12:59pm
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.  Where can I change them?  I can't find anything in the css file and I don't want to mess up the coding.  Can I add html code somewhere to fix this? 

Thanks for any help.Confused
Cindy

The Tasteful Garden

www.tastefulgarden.com
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 02-August-2008 at 8:23pm
Hi,
  Just add the HTML code in the fields where you define the Customer Special Fields.
Either straight HTML tags, or tags to allow you to then style it via CSS.

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 02-August-2008 at 8:28pm
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 
Back to Top
cpgmar View Drop Down
Newbie
Newbie
Avatar

Joined: 04-December-2005
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpgmar Quote  Post ReplyReply Direct Link To This Post Posted: 05-August-2008 at 6:07pm
Thanks Hamish, I added the html code into the field and the tags appear in the fields themselves, I don't know why

Where can I insert html code in the following without messing up the code?:

    <td colspan="2">
                                    <%if pcArr(2,k)="1" then%>
                                    <input type="hidden" name="custfield<%=pcArr(0,k)%>" <%if pcArr(10,k)<>"" then%>value="<%=pcArr(10,k)%>"<%else%><%if pcArr(3,k)<>"" then%>value="<%=pcArr(3,k)%>"<%else%>value="1"<%end if%><%end if%>>
                                    <%else%>
                                    <input type="hidden" name="custfield<%=pcArr(0,k)%>" value="<%if session("idcustomer")=0 then%><%if pcArr(3,k)<>"" then%><%=pcArr(3,k)%><%else%><%=Session("pcSFcustfield"&pcArr(0,k))%><%end if%><%else%><%if pcArr(10,k)<>"" then%><%=pcArr(10,k)%><%else%><%=Session("pcSFcustfield"&pcArr(0,k))%><%end if%><%end if%>">
                                    <%end if%>
                                    <input type="hidden" name="pcv_ShowFieldRequired" value="NO" />
                                    </td>
Cindy

The Tasteful Garden

www.tastefulgarden.com
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 05-August-2008 at 8:54pm
Hi Cindy.
   What HTML did you try to add & where?
I tried it on one of my systems & 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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.