Guest Posted September 4, 2005 Share Posted September 4, 2005 Dear experts. I have a problem with my shop that I cannot solve - I hope there are experts on this one ;0) My shop asks the customer for a delivery date. When I specify the deliverydate and try to finish the order I get this error : 1054 - Unknown column 'delivery_date' in 'field list' insert into orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments, delivery_date) values ('62', '1', now(), '1', '', '05/09/2005') [TEP STOP] My first question is - how can I remove this part asking for delivery-date? If that is not possible my next question is - how do I fix the error? Best regards Carsten Oldenburg Jensen Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 I think first you have to find out what contribution added this field as I cannot see it with the default oscommerce core. One instance of the query of the fault comes from the catalog\admin\orders.php. Of course with contributions other queries could be present with the exact field you mentioned. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.