hhcj Posted May 2, 2011 Share Posted May 2, 2011 Hi, I have my store prestashop 1.3.1 with the paypal module that comes default on 1.6. A few days ago I have started to "make trouble." When someone makes payment by paypal, the order status is coming "Authorization accepted from PayPal" and did not appear in the list of orders. I have to access the customer profile in order to access and change the state order for me to exit the tab order. Before ordering the state to pay by paypal was "Payment accepted. "I had always worked well, and suddenly this happens I do not understand. I have not made any changes that might affect their performance. I've uninstalled and reinstalled, I deleted the server and upload it again, but nothing stays the same.I hope you could help me. Thanks! Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 It is highly unlikely that something like this would just start happening out of the blue.Please check that /config/config.inc.php was not changed, as that file define which order status is used for a successful paymentdefine('_PS_OS_PAYMENT_', 2); Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 Thanks for responding. But I can not find: define ('PS_OS_PAYMENT', 2);Or I have to add "define ('PS_OS_PAYMENT', 2);" the file config / config.inc.phpThanks Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 sorry, I was looking at an older version on PS, in 1.3 it's in /config/defines.inc.php. Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 It's ok /* Order states */define('_PS_OS_CHEQUE_', 1);define('_PS_OS_PAYMENT_', 2);define('_PS_OS_PREPARATION_', 3);define('_PS_OS_SHIPPING_', 4);define('_PS_OS_DELIVERED_', 5);define('_PS_OS_CANCELED_', 6);define('_PS_OS_REFUND_', 7);define('_PS_OS_ERROR_', 8);define('_PS_OS_OUTOFSTOCK_', 9);define('_PS_OS_BANKWIRE_', 10);define('_PS_OS_PAYPAL_', 11); Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 That looks correct, in the paypal module (probably validation.php) there should be a call to ValidateOrder(....), is one of the variables there PS_OS_PAYMENT? Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 I can not find the words. I am attaching the module, if you can examine.Thank you very much for your timehttp://www.box.net/shared/65klog7969 Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 It looks correct, I'm not sure what else could be wrong here without doing some deep digging. Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 It looks correct, I'm not sure what else could be wrong here without doing some deep digging. Thanks anyway Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 Hello again, I recently installed the module in my store eKomi 1.3.1.I did not find the module, so I grabbed version 1.4, may have had something to do with my problem.The module only thing it does is show the views of customers and send an email to eKomi, with name, address and order number to eKomi.Thanks Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 Try to download PS 1.3.1 again and take the paypal module that comes with it.You can download previous version of PS from http://sourceforge.net/projects/prestashop/files/prestashop v1/ Link to comment Share on other sites More sharing options...
hhcj Posted May 2, 2011 Author Share Posted May 2, 2011 Thanks for your concern and your time. Already solved the problem was eKomi module. The truth is I do not understand how you can influence paypal orders, but ... Link to comment Share on other sites More sharing options...
Recommended Posts