Thanks! That fixed the language file problem. And I finally figured out the reason for the ghost input in the address book forms. My custom stylesheet was missing
Code:
.hiddenField {
display: none;
}
The modifications that were breaking my states weren't necessary at all. As soon as I added the hiddenField style, the ghost input stopped haunting me.
Now back to the screwy checkout issue with denied discount coupons negating my shipping fees. ...

Originally Posted by
Ajeh
Edit the language file and remove all the space(s) and blank line(s) at the end of the file that are immediately to the right of the php closing tag:
?>
Looks like the file is also double spaced or you have a heck of a lot of text in there ... mine is 38 lines long ...

Bookmarks