Hi,
I’m running into an issue that seems a bug to me. After upgrading to 2.1.2 I can’t checkout without the error
The First Name field is required.
The Last Name field is required.
Even if they are filled (I checked the CartThrob Debugging Profiler Data) and I’ve emptied the ‘required’ parameter in the exp:cartthrob:save_customer_info_form.
To be sure I’ve brought the template back to just
{exp:cartthrob:checkout_form }
<input type="submit" value="checkout" />
{/exp:cartthrob:checkout_form}
But that didn’t help either.
I also get the following php errors:
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: libraries/Cartthrob_payments.php
Line Number: 667
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: libraries/Cartthrob_payments.php
Line Number: 667
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: libraries/Cartthrob_payments.php
Line Number: 667
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: libraries/Cartthrob_payments.php
Line Number: 667
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: libraries/Cartthrob_payments.php
Line Number: 667
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant URL_THIRD_THEMES - assumed ‘URL_THIRD_THEMES’
Filename: english/cartthrob_realex_remote_lang.php
Line Number: 6
Php version is 5.3.8
Thanks for your help!
