ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Image linking and required fields
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Image linking and required fields

 Post Reply Post Reply
Author
Message
Kitty_BDG View Drop Down
Newbie
Newbie


Joined: 18-June-2007
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kitty_BDG Quote  Post ReplyReply Direct Link To This Post Topic: Image linking and required fields
    Posted: 18-June-2007 at 2:35pm

I'm having an issue with image links appearing as text above the Checkout Bar image in the login/checkout area.  The images are in the correct location on the server, but it appears as if their URL's run together as text instead.  I couldn't find the ASP code location referencing these images in Dreamweaver so I'm not sure where to correct it.  The text that appears between the header and the Checkout Bar image is:

images/sample/pc_icon_required.gifimages/sample/pc_icon_erro rfield.gif

A previous developer made some minor customization to the ProductCart before, so when we updated, this text started showing up.  It doesn't interfer with funcationality but it isn't pretty either.

Also, if the Terms and Conditions field is required, how can I get the red astrick to appear beside the checkbox?  I've had a client who got kicked back to the login page when he forgot to check it and it lost all of his registration info he just entered.

Thank you!

Kitty Blackwood
Blackwood Design Group
Product Website:  http://www.msesproducts.com

 

Back to Top
GavinB View Drop Down
Newbie
Newbie


Joined: 20-June-2007
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote GavinB Quote  Post ReplyReply Direct Link To This Post Posted: 20-June-2007 at 5:54pm
There is some rogue html that just lists this
 images/sample/pc_icon_required.gifimages/sample/pc_icon_erro rfield.gif
that is why it is being displayed up there. I would get whoever customised it to take a look and remove it for you.

Regarding the Terms and Conditions - I was going to suggest you use some html as part of the 'I AGREE' text to make the image show up, but having just tried it, it gets rejected. So instead you could make a change in login.asp. Right near the end, there is a line...

<input type="checkbox" value="1" name="AgreeTerms" class="clearBorder" />&nbsp;<%=pcStrTermsLabel%>

RIght before the <%=pcStrTermsLabel%> enter
<img src="images/sample/pc_icon_required.gif" />

Back to Top
Kitty_BDG View Drop Down
Newbie
Newbie


Joined: 18-June-2007
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kitty_BDG Quote  Post ReplyReply Direct Link To This Post Posted: 21-June-2007 at 9:04am

Thanks Gavin, I appreciate your help!

Kitty

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.066 seconds.