stephforum Posted May 1, 2014 Share Posted May 1, 2014 Bonjour à tous , Lors de la migration 1.4 > 1.6.0.6 les informations de paiement n'apparaissent plus dans les fiches commandes... Il y a un une requête SQL pour régler ce problème qui serait comme cela est noté ci-dessous mais celle-ci est incomplète d'après la réponse sql. UPDATE `ps_order_payment` INNER JOIN ( SELECT ps_order_invoice_payment.id_order_payment,ps_orders.reference FROM ps_order_invoice_payment LEFT JOIN ps_orders ON(ps_order_invoice_payment.id_order = ps_orders.id_order) ) as b ON(ps_order_payment.id_order_payment = b.id_order_payment) SET ps_order_payment.order_reference = b.reference Quelqu'un sais ou on peu trouver cette requete complete ? Merci beaucoup pour votre aide. :-D Link to comment Share on other sites More sharing options...
2FR3 Posted May 1, 2014 Share Posted May 1, 2014 Bonjour, Sur tous vos systèmes de paiement ? Link to comment Share on other sites More sharing options...
stephforum Posted May 1, 2014 Author Share Posted May 1, 2014 Bonsoir :-), Oui tous. Link to comment Share on other sites More sharing options...
2FR3 Posted May 1, 2014 Share Posted May 1, 2014 Vous n'avez eu aucunes erreurs lors de la maj ? Cela me surprend ... Link to comment Share on other sites More sharing options...
stephforum Posted May 1, 2014 Author Share Posted May 1, 2014 (edited) Non aucune, mais je suis pas le seul car apparement, c'est deja arrivé http://www.prestashop.com/forums/topic/324289-migration-14-16-information-de-paiement-non-reprises-sur-les-commandes/ Edited May 1, 2014 by stephforum (see edit history) Link to comment Share on other sites More sharing options...
stephforum Posted May 4, 2014 Author Share Posted May 4, 2014 Personne n'a la solution ? :-( 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