cDGo IT Consultancy Posted May 24, 2003 Posted May 24, 2003 I get this error message when I'm trying to make a buy. Someone any idea?
♥olby Posted May 24, 2003 Posted May 24, 2003 Your code expects an extra field: customers_company in table customers. It's not there, hence the error. Use phpMyAdmin (or whatever you prefer) to add an extra field to table customers: ALTER TABLE customers ADD customers_company VARCHAR( 32 ) NULL default 'NULL'; That should do it :) Best Regards olby
cDGo IT Consultancy Posted May 25, 2003 Author Posted May 25, 2003 That field is there. There's also no customers adres etc. in the checkout_shipping.php, checkout_payment.php and checkout_confirmation.php. So this information, looks like it isn't copied from the customers information record.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.