Jump to content

Patchou

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

Patchou's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. sure, np, I'm curious as why this is not working for you and I may learn enough to make sure it doesn't happen to my site as well . Have a good evening.
  2. That's because of your first issue. If the amount of the order in Prestashop is not exactly the same as the amount in Paypal, the match is not done and Prestashop does not record the transaction when Paypal sends its notification. I'm currently fishing in FF14, if you PM me a login to your store's admin page and access to the files on your server (FTP, Remote Desktop, ...) I'll gladly take a look, although I'm far from a Prestashop expert.
  3. I can confirm I just tried again with these settings and all worked well with checkout using Paypal Standard. I'm using the current public version of Prestashop.
  4. I tried a couple of rules, everything worked fine. Can you tell me what rule you used in your cart?
  5. Hum... I'm afraid I can't help you much with vouchers. Any specific module you use for this? Did you confirm that without vouchers, everything works as intended? there's clearly something wrong in the Paypal module as far as calculating the final amount of the order is concerned, I think it's better for us not to use anything that complicates the final result until the people of Prestashop make a proper fix.
  6. Check out http://www.prestashop.com/forums/topic/282164-paypal-payment-but-no-orders/page-2?do=findComment&comment=1475403 , I just posted a fix for this problem.
  7. Problem found and fixed. I took the time to debug the PHPs of the Paypal module today and here are the problems I found: You must not specify the old "http://www.mystore.com/modules/paypalusa/controllers/front/validation.php?pps=1" url in your IPN settings at Paypal. The module sends the proper url to Paypal directly and this url is not valid anymore in the current version of Prestashop. The paypalusa.php file has a bug: is sends the price of each item with the tax included, and then sends the tax as a separate order entry, doubling the amount of the tax and causing an issue when Prestashop tries to match both amounts (cart and paid by Paypal) in the IPN notification. Here are the solutions: If you want to specify the IPN url manually, the correct link seems to be http://www.mystore.com/index.php?fc=module&module=PayPalUSA&controller=Validation&pps=1 You need to edit paypalusa.php to remove the double tax, see below. Steps to fix the problem with Paypal Standard enabled in the PayPal USA/Canada module version 1.2.7: Locate the file "/modules/paypalusa/paypalusa.php" on your server Replace the file by the one attached with this post, OR Search for the line that starts with 'paypal_usa_total_tax'. Delete it or insert "//" at the beginning. Hope it will help other people with the same issue. Cyril paypalusa.php
  8. Hello, I see no error in my web server logs. I checked the IPN history and everything seems find, I see an entry for each order that was placed with the following info each time: Date/time created: 11/26/2013 13:29 GMT-05:00 Original/Resent: Original Latest delivery attempt date/time: 11/26/2013 13:29 GMT-05:00 Notification URL: http://s.maliceauxmerveilles.com/fr/module/paypalusa/validation?pps=1 HTTP response code: 200 Delivery status: Sent No. of retries: 0 IPN type: Transaction made Strange isn't it? I just can't seem to find why Prestashop does not record it anywhere. As far as Paypal is concerned, all is well. As far as the e-commerce site is concerned, the order was never completed and the cart is still there on the client's computer.
  9. I double checked and yes, IPN is set-up properly in my Paypal account. Still, nothing seems to be received by the Prestashop site. Is there any way I could debug this problem more thoroughly?
  10. Same issue, as posted in a different thread. Paypal Standard with the default moduel from Prestashop just does not work properly. Any help would be appreciated.
  11. I also have the same issue. I've setup a new store and downloaded the latest version of Prestashop from the site. Everythign works well appart from the Paypal module. I'm trying to use it with a Standard account. During checkout, the user is sent to Paypal, payment is processed but the new order is not registered by Prestashop. The cart is not emptied either, however, the Paypal transaction completed successfully. I use the US/Canada module, the transaction is done in CAD, the shop is in CAD as well as the Paypal account. The site is installed on an IIS server. Can somebody from Prestashop help us? this make a wonderful product unusable (what use is an e-commerce CMS that can't process payments?). Thank you.
×
×
  • Create New...