Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown column 'customers_company' in 'field list'


Recommended Posts

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...