Mackens Posted February 1, 2014 Share Posted February 1, 2014 Bonjour, je suis en 1.5.6.2 et lorsque j'essaye de créer un avoir en réinjectant les produits et remboursant les frais de port j'ai systématiquement cette erreur : Fatal Error: id_transaction is null Sauriez vous d'ou peut venir le probleme ? Link to comment Share on other sites More sharing options...
Mackens Posted February 8, 2014 Author Share Posted February 8, 2014 Personne ne sait interpreter cela ? Link to comment Share on other sites More sharing options...
julien325cab Posted February 9, 2014 Share Posted February 9, 2014 même problème en 1.5.5 ... Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 10, 2014 Share Posted February 10, 2014 Bonjour, Les transactions on été faites par paypal ? Link to comment Share on other sites More sharing options...
julien325cab Posted February 10, 2014 Share Posted February 10, 2014 Bonjour, Effectivement, les transactions sont faites via paypal. Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 10, 2014 Share Posted February 10, 2014 Dans le fichier paypal.php, dans " hookCancelProduct ", remplacez cette ligne : $refund = $this->_makeRefund($paypal_order->id_transaction, (int)$order->id, $amount); par $refund = $this->_makeRefund($paypal_order['id_transaction'], (int)$order->id, $amount); http://www.prestashop.com/forums/topic/234174-how-to-solve-fatal-error-id-transaction-is-null-when-refundingcancelling-orders/ Link to comment Share on other sites More sharing options...
Mackens Posted February 10, 2014 Author Share Posted February 10, 2014 Pour moi aussi les transaction sont faites par paypal. Je vais donc essayer ce que vous suggérez. Merci d'avance si cela résout le problème ! Link to comment Share on other sites More sharing options...
julien325cab Posted February 11, 2014 Share Posted February 11, 2014 Bonjour, Ligne remplacée, je confirmerai lors d'un prochain remboursement. Par contre étonnant que la modification ne soit pas encore faite dans le module actuel... Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 11, 2014 Share Posted February 11, 2014 Le soucis a ( je pense ) été remonté. Plus qu'a attendre une mise a jour Link to comment Share on other sites More sharing options...
julien325cab Posted February 12, 2014 Share Posted February 12, 2014 Testé à l'instant et résolu Merci En espérant que le souci soit corrigé par la suite ! 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