Testing my checkout process today. Without giftwrapping selected, the checkout worked and was confirmed. Under admin > Customers> orders, the order I tested was there - but with this set of text above my orders table.
1054 Unknown column 'wrap_config' in 'field list'
in:
[select orders_products_id, wrap, wrap_config, wrap_name from zen_orders_giftwrap where orders_id = '4'] (as listed below, the 4 I think stands for the order #)
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
When testing it WITH the gift wrapping selected, the order was received on the admin side, but was not confirmed on the customer side (the page was not submitted and was completely white with this error
1054 Unknown column 'wrap_config' in 'field list'
in:
[INSERT INTO zen_orders_giftwrap (orders_id, orders_products_id, wrap, wrap_config, wrap_name) VALUES ('4', '4', '1', 'C', '')] - (Looks like the 4 is the order #).
I am going to dig around for answers but does anyone know whats going on? TIA