weaselbringer Posted August 13, 2009 Share Posted August 13, 2009 just ugpraded to the very latest version of prestashop 1.2.1.0 (from 1.1)it hung a little bit on the very last step, just kept loading, but it seemed to finish and work okay, got everything working great but when you go to check out and select payment (either paypal or authorize.net - which is also installed) they both complete but then generate this errorUnknown column 'product_quantity_in_stock' in 'field list'INSERT INTO `ps_order_detail` (`id_order`, `product_id`, `product_attribute_id`, `product_name`, `product_quantity`, `product_quantity_in_stock`, `product_price`, `product_quantity_discount`, `product_ean13`, `product_reference`, `product_supplier_reference`, `product_weight`, `tax_name`, `tax_rate`, `ecotax`, `download_deadline`, `download_hash`) VALUES (616, 165, 0, 'Eternity: A Romantic Collection', 1, 0, 12.98, 0, NULL, 'RM3214', NULL, 1, '', 9, 0, '0000-00-00 00:00:00', '') Link to comment Share on other sites More sharing options...
stevebob Posted August 27, 2009 Share Posted August 27, 2009 I have the same error, but also a "pay by check" order does not show up under orders, it does appear in the customer cart as "awaiting wire transfer payment". Paypal also shows up only in the customer cart as "awaiting wire transfer payment", changing this to "payment accepted" will move it to the orders screen. Item detail is not showing on the order. Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 27, 2009 Share Posted August 27, 2009 Hello,weaselbringer - Do you have the ability to access your database using a tool such as phpMyAdmin? Link to comment Share on other sites More sharing options...
stevebob Posted August 27, 2009 Share Posted August 27, 2009 Yes, what should I be looking for? Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 27, 2009 Share Posted August 27, 2009 Go to where you can enter in a small line of SQL and enter this: ALTER TABLE `ps_order_detail` ADD `product_quantity_in_stock` INT( 10 ) NOT NULL DEFAULT '0'; That should do the trick for you :-) Link to comment Share on other sites More sharing options...
stevebob Posted August 27, 2009 Share Posted August 27, 2009 That seems to have done the trick! Thank you very much!Steve Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 27, 2009 Share Posted August 27, 2009 Glad it worked Link to comment Share on other sites More sharing options...
beads Posted September 6, 2009 Share Posted September 6, 2009 Thanks, solved the problem of PS_Order_Detail not updating in 1.2.2.Symptoms were: order showing with no product details, nor error messages during customer / cart process. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now