Travis_Morton Posted May 8, 2016 Share Posted May 8, 2016 I tested the PayPal module in Sandbox mode and after I made sure everything was working I used the PrestaShop Cleaner to get rid of the test orders. Now that my website is live and I received a few orders I noticed that my previous test orders are showing up in the PayPal Transaction Details section. The screenshot below shows the Sandbox mode test order details that have nothing to do with my new orders. Even the test refund info is showing up on new orders. I only did a couple test orders so I'm guessing once I get a few more orders it will start showing the real transaction details. PrestaShop: 1.6.1.4 PayPal USA, Canada: 1.3.9 Link to comment Share on other sites More sharing options...
bellini13 Posted May 9, 2016 Share Posted May 9, 2016 Prestashop cleaner does not remove the transactions that are stored in the paypal modules database tables. So you are now creating new orders, that likely have the same order id as your old (deleted) orders. I would suggest either 1) using phpmyadmin to locate the paypal database tables and then truncate the contents of those tables 2) try to uninstall/reinstall the paypal module in hopes that it removes these tables and then readds them 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