Jump to content

Insert into PS Order Detail - error right after checkout


Recommended Posts

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 error

Unknown 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

  • 2 weeks later...

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

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...