It looks like the checking code is missing from form_check.js.php in catalog/includes ... there should be a conditional in there if the Tax ID and Company are on.
Something like:
Then set up the defines for anything that is missing ... If this fixes things - can you post in the bugtracker?if (ACCOUNT_COMPANY == 'true') { ?>
check_input("company", <?php echo ENTRY_COMPANY_MIN_LENGTH; ?>, "<?php echo ENTRY_COMPANY_ERROR; ?>");
check_input("company_tax_id", <?php echo ENTRY_TAX_ID_MIN_LENGTH; ?>, "<?php echo ENTRY_TAX_ID_ERROR; ?>");
<?php } ?>
Regards,





LinkBack URL
About LinkBacks







Reply With Quote


Bookmarks