In the checkout payment page - payment method section - only the 'payment method' field shows itself in the required colour which i set in 'design > colors > required field'.
I can't seem to get at anything to change this. I would be easier to understand if ALL required fields on the checkout did not show up in the color set for required fields - but it's just these payment fields which are not displaying properly. I've poked around in a lot of code and looked at a lot of dialogs and documentation, but can't see a reason for it.
The validation throws an error if theese payment fields are not submitted, so actinic knows they are set to required.
I could cludge it and just put in my own css class in the <td> which contain these offending field labels and see what i can do - but would like to see if i can get to the cause of the problem first.
Cheers,
Phil
I can't seem to get at anything to change this. I would be easier to understand if ALL required fields on the checkout did not show up in the color set for required fields - but it's just these payment fields which are not displaying properly. I've poked around in a lot of code and looked at a lot of dialogs and documentation, but can't see a reason for it.
The validation throws an error if theese payment fields are not submitted, so actinic knows they are set to required.
I could cludge it and just put in my own css class in the <td> which contain these offending field labels and see what i can do - but would like to see if i can get to the cause of the problem first.
Cheers,
Phil
Comment