Print Page | Close Window

Image linking and required fields

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Using ProductCart
Forum Description: Running your store with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=892
Printed Date: 22-November-2024 at 5:41pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Image linking and required fields
Posted By: Kitty_BDG
Subject: Image linking and required fields
Date 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 - http://www.msesproducts.com

 




Replies:
Posted By: GavinB
Date 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" />



Posted By: Kitty_BDG
Date Posted: 21-June-2007 at 9:04am

Thanks Gavin, I appreciate your help!

Kitty




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net