Update orders When i update order page i get the following message and it does not Update
the order. Can anybody Help
1054 - Unknown column 'shipping_tax' in 'field list'
UPDATE orders SET customers_name = 'Dave Tokarz', customers_company = '', customers_street_address = 'panty mel bach', customers_suburb = 'bettws gwerfil goch', customers_city = 'conwy', customers_state = 'United Kingdom', customers_postcode = 'll21 9ph', customers_country = 'United Kingdom', customers_telephone = '01490460582', customers_email_address = 'pushuandave@yahoo.co.uk', billing_name = 'Dave Tokarz', billing_company = '', billing_street_address = 'panty mel bach', billing_suburb = 'bettws gwerfil goch', billing_city = 'conwy', billing_state = 'United Kingdom', billing_postcode = 'll21 9ph', billing_country = 'United Kingdom', delivery_name = 'Dave Tokarz', delivery_company = '', delivery_street_address = 'panty mel bach', delivery_suburb = 'bettws gwerfil goch', delivery_city = 'conwy', delivery_state = 'United Kingdom', delivery_postcode = 'll21 9ph', delivery_country = 'United Kingdom', payment_method = '', cc_type = '', cc_owner = '', cc_number = '', cc_expires = '', shipping_tax = '.00' where orders_id = '733';
[TEP STOP] |