I'm trying to change this:
To this:PHP Code:define('HIDEREGISTRATION_COWOA', '<p>Proceed to checkout, and you will have a chance to create an account in the next step.</p>');
PHP Code:define('HIDEREGISTRATION_COWOA', '<p>Don't have an account yet? Create one now or simply checkout as a guest. With an account you can: </p>');
I'm getting multiple syntax errors though when I do this. My text editor is highlighting the "?", "or" and "</p>" in blue. I don't understand why.
I'm a novice php guy btw.
Cheers


Reply With Quote

