johnny_99 Posted February 2, 2010 Share Posted February 2, 2010 when payment is made my order status says only £0.00 paid and the customer recieves payment error email - how do i correct this without manualy changing the db as refered to in a similar post. what is causing this? Link to comment Share on other sites More sharing options...
tomerg3 Posted February 2, 2010 Share Posted February 2, 2010 Can you provide more informatio?What was the payment method?Did it appear as payed in your payment methos summary page? Link to comment Share on other sites More sharing options...
johnny_99 Posted February 2, 2010 Author Share Posted February 2, 2010 it is made using paypal normal module. In payment summary module its state is set to payment failed and a customer gets a failure email. However payapl sandbox(once you log into that) itself says everything is fine. The paypal module does tell you to a couple of things on your paypal account but cant find the options it refers to in my paypal account Link to comment Share on other sites More sharing options...
tomerg3 Posted February 3, 2010 Share Posted February 3, 2010 Try adding the following line in /modules/paypal/validation.php, it will send you an email with the response you get from paypal. mail("[email protected]","Paypal response","Paypal returned the following information:\n".print_r($_POST,true)); Link to comment Share on other sites More sharing options...
johnny_99 Posted February 3, 2010 Author Share Posted February 3, 2010 thanks for that. How do we get rid of the prestashop error though as that still stays there until you manually adjust it. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 3, 2010 Share Posted February 3, 2010 You have to change it manually.You should figure out what's going wrong and fix it... 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