Jump to content

Problème après uprade 1.2 --> 1.2.1


Atch

Recommended Posts

Salut,

J'avais un Bug avec la 1.2 qui m'envoyait des commandes à zéro avec le bon montant mais sans articles dans le back office.

J'ai voulu essayé avec la 1.2.1 et après validation du paiement j'ai une erreur SQL :

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 (11,
                       138,
                       0,
                       'Colliers de perles',
                       1,
                       0,
                       53,
                       0,
                       NULL,
                       'pe27',
                       NULL,
                       0.30000001192093,
                       '',
                       0,
                       0,
                       '0000-00-00 00:00:00',
                       '')



Il y a peut etre un rapport avec mon premier bug!!

V++

atch

Link to comment
Share on other sites

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...