ucardblitzer Posted November 30, 2014 Share Posted November 30, 2014 LOL Try this!!! Works with the New Paypal 3.8 Step 1: Login to Paypal Step 2: Go to Click Profile - Under my My selling Tools - and Update the instant payment notifications. ------------------------------------------------------------------------------------------------------------------- Step 3: Current settings Notification URL http://www.YOUWEBSITE.com/modules/paypal/validation.php" Message delivery Enabled SHOULD BE: --------- NOTE THAT THE "USA" IS ADDED!!!! Current settings Notification URL http://www.YOUWEBSITE.com/modules/paypalusa/validation.php" Message delivery Enabled ------------------------------------------------------------------------------------------------------------------- Step 4: Test to see if its working - ( Do a full real check out ) Step 5: Thank me if this worked for you, It worked for me Thank you for posting however I have not test it yet , since I am trying to workout the API first. Link to comment Share on other sites More sharing options...
bellini13 Posted December 1, 2014 Share Posted December 1, 2014 Thank you for your input,, now i fix it.. I have found the value which was "Completed_Funds_Held" and I added the following line: elseif (strcmp($payment_status, 'Completed_Funds_Held') === 0) { $payment_type = (int)Configuration::get('PS_OS_PAYPAL'); $message = $ppec->l('Pending payment confirmation.').'<br />'; } Interesting, according to the Paypal developer docs, the 'Completed Funds Held' status also includes a 'Hold Decision' variable, which is supposed to explain why the funds are being held. https://developer.paypal.com/docs/classic/api/merchant/DoExpressCheckoutPayment_API_Operation_SOAP/ You might want to include the Hold Decision in the message so the merchant is aware as to why the funds are being held. The merchant may want to wait before shipping the item for the funds to come off hold. Using 'PS_OS_PAYPAL' appears to be the correct order status to use in that case. Link to comment Share on other sites More sharing options...
bellini13 Posted December 1, 2014 Share Posted December 1, 2014 LOL Try this!!! Works with the New Paypal 3.8 Step 1: Login to Paypal Step 2: Go to Click Profile - Under my My selling Tools - and Update the instant payment notifications. ------------------------------------------------------------------------------------------------------------------- Step 3: Current settings Notification URL http://www.YOUWEBSITE.com/modules/paypal/validation.php" Message delivery Enabled SHOULD BE: --------- NOTE THAT THE "USA" IS ADDED!!!! Current settings Notification URL http://www.YOUWEBSITE.com/modules/paypalusa/validation.php" Message delivery Enabled ------------------------------------------------------------------------------------------------------------------- Step 4: Test to see if its working - ( Do a full real check out ) Step 5: Thank me if this worked for you, It worked for me Actually, what you should be doing is disabling IPN and removing the IPN URL. That is the reason it was failing for you in the first place. The module instructs Paypal when and where to send the IPN. It is not necessary to manually configure the IPN in your Paypal profile. Think of it this way, if you had 2 or more stores, or perhaps using a multi-store configuration, and you were using the same Paypal account, you have no way to configure the IPN URL in your Paypal profile to use 2 different URLS. This is one reason the module provides the IPN URL to use (it is called the notification url) You would only want to use the IPN URL in your profile, if you wanted to notify something other than the module. Like perhaps an invoicing system outside of Prestashop. Link to comment Share on other sites More sharing options...
3pinespro Posted February 9, 2015 Share Posted February 9, 2015 So, here we are again with the same old problem. Has anyone from Prestashop notified Paypal that this problem has started to happen, again? Link to comment Share on other sites More sharing options...
Xavier du Tertre Posted February 10, 2015 Share Posted February 10, 2015 Can you please report this on the Forge so our developers take a look? http://forge.prestashop.com/browse/PNM/ Thanks. Link to comment Share on other sites More sharing options...
3pinespro Posted February 11, 2015 Share Posted February 11, 2015 I went to the Forge site but I don't see any way of reporting an issue. Link to comment Share on other sites More sharing options...
El Patron Posted February 11, 2015 Share Posted February 11, 2015 I went to the Forge site but I don't see any way of reporting an issue. what Xavier asked is to please open a bug report...after doing so please post the forge bug report back here for others to follow/comment/vote on. thanks Link to comment Share on other sites More sharing options...
3pinespro Posted February 11, 2015 Share Posted February 11, 2015 Yes, I understand what he was suggesting but I see no way of doing that. Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2015 Share Posted February 11, 2015 Yes, I understand what he was suggesting but I see no way of doing that. Create an account The create a bug report Link to comment Share on other sites More sharing options...
3pinespro Posted February 24, 2015 Share Posted February 24, 2015 So, I did as you suggested but I have yet to hear from anyone. My shop is still not showing orders and because of that I have to check Paypal several times a day. I then have to contact the customer to get the details on what they've ordered! Is anyone actually working on this issue or do I need to find a different cart program and rebuild the site from square one again? Link to comment Share on other sites More sharing options...
tdr170 Posted February 24, 2015 Share Posted February 24, 2015 I ahve an older version of PayPal that I modified to wotk with the new ttl security and it works fine and all orders are shown in BO. It is a little quirky in the BO, looks like css not loaded correctly but once you fill your info and save after opening again it displays fine. Main thing is it works. I will create a zip and a brief tutorial and post it here soon, this will give averyone a working PayPal untill Presta figures it out. I have 2 bug reports on this issue. Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted March 12, 2015 Share Posted March 12, 2015 the similar problem happened to my sites, it inserted an order to database without "total paid" information, no order details or other information, but i can get the order details in paypal transaction log,............ i don't know what the problem Link to comment Share on other sites More sharing options...
atomozero Posted March 31, 2015 Share Posted March 31, 2015 any news? i have similar problem Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted March 31, 2015 Share Posted March 31, 2015 any news? i have similar problem it will be OK for normal steps of checkout, it seemed the error only happened when set to one-step chectout, Link to comment Share on other sites More sharing options...
studionet Posted September 9, 2015 Share Posted September 9, 2015 it will be OK for normal steps of checkout, it seemed the error only happened when set to one-step chectout, hmmm .. its nice to know. After update paypal module to 3.10.2 it does this issue! Before we havent problems. And now with new update we should to do 5 steps for orders? No thanks (using one page checkout module). Is here any way to solve this for one page? Add this code helps?: elseif (strcmp($payment_status, 'Completed_Funds_Held') === 0) { $payment_type = (int)Configuration::get('PS_OS_PAYPAL'); $message = $ppec->l('Pending payment confirmation.').'<br />'; } Link to comment Share on other sites More sharing options...
tdr170 Posted September 10, 2015 Share Posted September 10, 2015 Everyone should just start using the Euro module it works perfect, you can download the latest version at the link below. I have altered slightly for US users. https://www.prestashop.com/forums/topic/419632-paypal-no-order-in-bo-temp-fix-16/ 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