View Full Version : Required Fields
pinbrook
24-Jan-2003, 12:43 PM
Required Fields
I've got the problem that the required fields in the checkout phase are not being labelled as required.
Hence customers can go past them to the next screen before being told to go back and complete them.
I've checked the colour of the required fields in Colours/themes and they are set to Red....
any other ideas folks?
cdicken
27-Jan-2003, 09:05 AM
Are they set as required in 'Design | Text | Checkout | Invoice Address/Delivery Address'?
pinbrook
27-Jan-2003, 02:27 PM
Hi Chris,
Yes they are....the required field function works, because if you miss a required field and go to the next screen , yiu are then told to go back and complete the missing fields.
I'm at a bit of a loss with this one...I've copied the act_order html files over from Original and replaced the pl files too
Can't think of anything else to try!
cdicken
28-Jan-2003, 08:32 AM
Do you have a URL I can look at?
pinbrook
28-Jan-2003, 02:33 PM
site is here (http://www.pinbrook3.co.uk/acatalog)
Hi Chris
URL is above!
Thanks
jo
cdicken
28-Jan-2003, 03:00 PM
I think the problem is your store was based on a theme that uses stylesheet caled actinic.css. The required fields in the checkout are referring to a style from that stylesheet (called 'actrequiredcolor') but the link to the stylesheet is missing.
Add the line <LINK REL=STYLESHEET HREF="actinic.css"> and this should fix it. Trouble is, I don't think IE lets you have reference to two different sets of styles on one HTML page. This means you may have to migrate your custom styles into the actinic .css file.
pinbrook
28-Jan-2003, 09:43 PM
Hi Chris
Yes, the problem was the style sheet...
I have now taken the actinic.css, added my custom style to it and uploaded...everything is perfecto!
Many Thanks
Jo
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.