dedizones Posted May 17, 2011 Share Posted May 17, 2011 Bonjour,J'ai migré en 1.4.1, et je remarque hipay V1 ne fait plus de retour sur le back office.La commande est bien payé, mais rien dans "Commande" et dans le compte de la personnes qui vient de commander.J'ai désactive et désinstallée/installée le module mais sans succès !!Il y a un problème en la V1 du module et la V1.4 de presta ? une solution à ce problème ?Avez vous le même problème ?Bien à vous Link to comment Share on other sites More sharing options...
sebmickey91 Posted May 23, 2011 Share Posted May 23, 2011 Bonjour meme problème ,j'ai une commande sur mon site et elle apparaît pas sur la BOPrestashop 1.3.7Si quelqu'un avait une solution Merci Link to comment Share on other sites More sharing options...
dedizones Posted May 23, 2011 Author Share Posted May 23, 2011 il faut passer en version dev, chose que j'ai faites mais un problème en cache un autreC'est bug connu et sera corrigé dans la prochaine version :/ Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/blocklink/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/blocknewproducts/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/dateofdelivery/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/dejala/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/dibs/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/loyalty/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/ogone/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/paypal/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/productcomments/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/referralprogram/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/themeinstallator/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/twenga/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 Warning: file_put_contents(/var/www/vhosts/XXXXXX.com/httpdocs/modules/uspscarrier/config.xml): failed to open stream: Permission denied in /var/www/vhosts/XXXXXX.com/httpdocs/classes/Module.php on line 1065 une idée Link to comment Share on other sites More sharing options...
sebmickey91 Posted May 23, 2011 Share Posted May 23, 2011 Merci pour ta reponse mais il faut passer en version dev ?? Link to comment Share on other sites More sharing options...
dedizones Posted May 23, 2011 Author Share Posted May 23, 2011 vi... en svn mais comme je te dis j'ai ce problème actuellement :/ donc c'est chiant ^^ Link to comment Share on other sites More sharing options...
sebmickey91 Posted May 23, 2011 Share Posted May 23, 2011 Bonjour j ai trouvé un module pour récupérer les panier des clients qui ont payé par HIPAY http://www.julien-breux.com/2009/11/12/cart-to-order-v1-0/ Link to comment Share on other sites More sharing options...
developette Posted May 8, 2012 Share Posted May 8, 2012 alors c'est résolu? Link to comment Share on other sites More sharing options...
BIG PRINT Posted April 30, 2013 Share Posted April 30, 2013 Bonjour, j'ai le même problème depuis 1 semaine maintenant. Les commandes sont bien payée, je reçois les email de Hipay est de prestashop, mais la commande arrive en annulée. Donc mon client ne reçoit pas le mail de confirmation de la boutique et il faut aller chercher la commande sur la fiche client pour la passée validée. Avez vous une solution!!! Link to comment Share on other sites More sharing options...
Hi-media_SupportIT Posted May 2, 2013 Share Posted May 2, 2013 Bonjour, Pouvez-vous modifier le fichier « modules/hipay/validation.php » et ajouter ceci : if (empty(Context::getContext()->link)) Context::getContext()->link = new Link(); comme ceci : if (empty(Context::getContext()->link)) Context::getContext()->link = new Link(); $hipay = new HiPay(); $hipay->validation(); N'hésitez pas à nous contacter en cas de besoin : technique @ hipay.com en précisant votre id compte Hipay Cordialement, Support IT Hi-media Payments Link to comment Share on other sites More sharing options...
BIG PRINT Posted May 11, 2013 Share Posted May 11, 2013 Bonjour, mon fichier Validation.php ne contient pas les mêmes données!! Voici ce que j'ai: "<?php /* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/hipay.php'); $hipay = new HiPay(); $hipay->validation(); " Ma version de Presta est 1.4.8.3 Link to comment Share on other sites More sharing options...
BIG PRINT Posted May 12, 2013 Share Posted May 12, 2013 (edited) Après un test en rajoutant , modifiant mon validation.php, lors d'une commande de test je ne vois rien!!! le paiement est bien passé. je reçoit bien les emails de HIPAY, mais rien du côté de Prestashop!! Je suis en version v1.1 (suite TUTO sur le forum). Cela fonctionnais à merveille jusque là!!! Edited May 12, 2013 by BIG PRINT (see edit history) Link to comment Share on other sites More sharing options...
Hi-media_SupportIT Posted May 13, 2013 Share Posted May 13, 2013 Bonjour, Voici comment modifier votre fichier "validation.php" : include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/hipay.php'); if (empty(Context::getContext()->link)) Context::getContext()->link = new Link(); $hipay = new HiPay(); $hipay->validation(); Si le problème persiste, veuillez nous contacter à technique @ hipay.com en précisant votre numéro de compte Hipay afin de rechercher dans les logs l'erreur retournée. Cordialement, Support IT Hi-media Payments 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