Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Missing/Canceled Order status after paypal standard paym

FOUND THE PROBLEM AND ALTERED THE pp_standard CODE TO FIX IT!! MarketInSG ;D - thanks for your patience and help with this issue. The problem had nothing to do with .htaccess and nothing to do with encryption. The problem happens in the /catalog/controller/payment/pp_standard. This code puts the &qu...

Jump to post
  • Fri Dec 13, 2013 3:04 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

Ok, Bluehost claims they have the mycrypt extension enabled and I verified that with phpinfo. As I said above, the change to remove the encryption ->encrypt and the encryption->decrypt did not make any difference to the problem and I have no idea how to use firebug to take a peek at the custom value...

Jump to post
  • Fri Dec 13, 2013 1:13 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

THanks. What exactly do you mean by "just remove the encryption in your paypal standard controller"? I'm not entirely sure how to do that without breaking something. I did try changing the codes below, but it did not fix the problem: /catalog/controller/payment/pp_standard in index, $this-...

Jump to post
  • Sat Dec 07, 2013 8:49 pm
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

In the callback function, After: $order_id = $this->encryption->decrypt($this->request->post['custom']); ORDER_ID: üÿ‚Hõq?­VŸºmþ‰±#Àx,„ÖM(&i@mUÎDC After: $order_info = $this->model_checkout_order->getOrder($order_id); ORDER_INFO: (blank or null) so the rest of the callback function is never exec...

Jump to post
  • Sat Dec 07, 2013 9:59 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

You are correct. The phpinfo dump shows mcrypt is there. Shoot...thought I had the problem identified at last! The problem still exists. The debug statements in pp_standard show that the loop that begins with "if ($order_info) {" below is never executed...even though everything up to this ...

Jump to post
  • Sat Dec 07, 2013 8:29 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

UPDATE: I went through the pp_standard code line by line and inserted debugging emails. The problem occurs at line 94 and/or line 108 in the version I have installed (1.5.4). The encryption class obliterates the $order_id with garbage. This completely breaks the callback function. I am guessing that...

Jump to post
  • Sat Dec 07, 2013 4:00 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

My ISP responded that yes, curl is working and all regular ports are open. They said there is no firewall. Do you know of a way that I can easily test the veracity of their replies?

Jump to post
  • Sat Dec 07, 2013 1:24 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

Yes, if I manually load this page http://shop.mysite.com/index.php?route= ... d/callback - indeed it gives me a blank white page. My complete IPN history is show above (4 or 5 posts up) and yes, it has a return code of 200.

Jump to post
  • Fri Dec 06, 2013 7:43 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

Sorry, the actual URL of the page the customer returns to is:
http://shop.mysite.com/index.php?route= ... em_number=... which shows the message saying the customer has successfully paid.

Jump to post
  • Thu Dec 05, 2013 10:14 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

I tried changing the .htaccess file within my /shop/ folder to a RewriteBase / instead of /shop/ but it made absolutely no difference. Then I tried removing .htaccess file altogether and that made no difference either. Paypal's IPN is getting back to OpenCart. OpenCart is displaying it's success pag...

Jump to post
  • Thu Dec 05, 2013 3:10 am
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

That is exactly what I am asking/trying to find out...and have been trying to find out for over a year now. Everything else works 100%, the IPN is being sent, paypal transfers control back to the correct OpenCart page which says "Payment was successful, etc. The ONLY problem is the order is bei...

Jump to post
  • Tue Dec 03, 2013 10:54 pm
  • Replies 21
  • Views 6601
Re: Missing/Canceled Order status after paypal standard paym

The IPN history looks good - and it looks like it is sending to where it should go - this is why PayPal says the problem is not theirs - they say it must be the shopping cart. Message ID6VK16577EX708033X Date/time created12/2/2013 17:22 PST Original/Resent Original Latest delivery attempt date/time1...

Jump to post
  • Tue Dec 03, 2013 10:07 pm
  • Replies 21
  • Views 6601
Missing/Canceled Order status after paypal standard payment

I have been reading about this problem for over a year now. I have tried every single solution on this forum and am still having the problem where OpenCart (1.5.4) is not receiving or not understanding the IPN being sent by Paypal Standard. After re-reading and retrying everything, I think the probl...

Jump to post
  • Tue Dec 03, 2013 9:43 am
  • Replies 21
  • Views 6601
Re: Orders not showing up

It doesn't make sense that all of these people reporting problems at about the time they installed 1.5.4 all just "started" having problems with their hosting at the same time. One of the very first things I checked when trying to debug my paypal connection was the hosting. They (Bluehost)...

Jump to post
  • Sat Apr 27, 2013 12:52 am
  • Replies 64
  • Views 26933
Elavon/Virtual Merchant - how to return to OpenCart

I have OpenCart 1.5.4.1 installed with the Elavon/Virtual Merchant extension by Qphoria. I am working with a non-hosted payment solution, so I actually transfer to https://myvirtualmerchant.com to accept the credit card information. My question is...how do you get back to OpenCart? In the Virtual Me...

Jump to post
  • Tue Jan 22, 2013 3:59 am
  • Replies 1
  • Views 799
Re: Paypal Standard IPN Issues

I have found a hundred references to this same problem, but no confirmed solutions. Does anyone have a solution that will work?

Jump to post
  • Thu Nov 29, 2012 10:30 pm
  • Replies 4
  • Views 2146
Paypal Standard orders recorded by OpenCart as "Missing"

I am opening up a new topic for this for OpenCart 1.5.4. Even though there are MANY similar topics on this board for various releases, I have not found any definitive answers that pertain to Paypal Standard and OpenCart 1.5.4. I am currently using sandbox mode, although I have tested and get the sam...

Jump to post
  • Wed Nov 14, 2012 11:01 pm
  • Replies 1
  • Views 614
Re: PayPal and missing orders again

Has this been solved somewhere? I cannot believe it has been going on for more than a year and I am now having this problem with a new install of OpenCart 1.5.4. What the heck is going on? Does anyone have paypal standard working correctly with this cart?

Jump to post
  • Wed Nov 14, 2012 10:35 am
  • Replies 28
  • Views 9188
Re: Orders not showing up

OpenCart 1.5.4 and Paypal Standard. Orders show up as missing due to Paypal not posting back to the store. Has this been solved yet? The solution on this thread points to an authorize.net solution, not a paypal solution.

Jump to post
  • Wed Nov 14, 2012 7:50 am
  • Replies 64
  • Views 26933

Page 1 of 1

Search found 19 matches