Official PayPal IPN Support Thread
#81
Posted 04 January 2005, 05:42
I am sure most customers wouldn't do this.
Although this might be a problem if you sell digital goods or memberships where instant access is given.
Thanks
Eric B
#82
Posted 04 January 2005, 05:46
Mibble, on Jan 4 2005, 05:39 AM, said:
Ok so it is easier to install... that is great in my humble opinion, especially when I saw how much more there is involved with installing the other mod.
But compared to the default install or the PayPal_Shopping_Cart_IPN doesn't this mod basically do the same as the others?
Just curious and trying to make sure I make the right choice of mod to use. If they all do the same then this one looks like the winner to me.
I would love your feedback on this.
Eric B
#83
Posted 04 January 2005, 06:58
I downloaded the mod dated 30 Nov 2004
Then I downloaded the Error Correction dated 20 Dec 2004, for the file paypal_ipn.php
First, I am sure the file in question is located in
\catalog\includes\modules\payment
Can someone confirm this?
Second, what is the difference between these files? I am confused because the newer corrected file has a lot of extra line spaces / double spaced lines. Does this make a difference?
Also, what is so different about these two files? What is this accidental line feed and where is it? Is it just the extra line feed located at the very end of the file?
Thanks for your help in clearing this matter up.
Eric B
#84
Posted 04 January 2005, 12:49
I have installed the new paypal ipn from oscommerce and seem to be having problems.
if i place an order everything goes through fine, the order is there in admin. For some reason the order does not change its status.
The first time i installed this the order changed status but disappeard from the orders.
Can someone please help....
#85
Posted 04 January 2005, 15:08
I have been playing for 4 days now with both paypal contribs and I really enjoy this one! I have 2 questions and then I can go live with my store.
1. On the encryped processing
where do I get/find/make my: Your Private Key, Your Public Certificate?
I can download the paypal cert but: where do I put it? and it comes at pem.txt do I remove the .txt from it?
Any insight or directions on what to do would be great! thank you!
2. I asked sometime ago about getting this contrib to look simialr to the 2.9 and Mattis wonderfully created ccshow contrib (love it!) My only other request would be to add in a splash page when transphering your customer from cart to paypal. I have found in testing that with 2.9 I get that kind of feedback it is makes me feel like something is happening vs. v1 where the screen just pauses for a bit and then shows paypal. Anyway to add in the splash?
Thank you all for the incredible work you have done!
RW
A man who works with his hands and his brain is a craftsman
But a man who works with his hands and his brain and his heart is an artist. - Charles Dickens
#86
Posted 04 January 2005, 19:14
ExtraB, on Jan 4 2005, 08:58 AM, said:
I downloaded the mod dated 30 Nov 2004
#87
Posted 04 January 2005, 21:26
#88
Posted 05 January 2005, 07:30
#89
Posted 05 January 2005, 11:26
I have a huge problem ... Does the PayPal IPN 1.0 module update the counts of the products when it enters the order prematurely in the DB or after it has received a payment notification and the status of the order is changed from Preparing Payment to Payment Verified?
I just made 2 incomplete orders and the counts of the products did not change ... is this how the system should behave or is there something wicked with my setup?
I would appreciate any answers,
Thanks!
#90
Posted 05 January 2005, 17:58
I have noticed that it is not just me with this problem.
Let me explain again.
I have intstalled the IPN module and tested it with the sandbox. The order goes through the payment is made and the order is set to Preparing [Paypal IPN]. I wait and wait and wait and nothing happens.
What gives
#91
Posted 07 January 2005, 01:32
pmgreer, on Jan 5 2005, 02:30 AM, said:
Exactly the same problem here, neither the store nor the customer receives an email, did you find any resolution to this?
I've looked through the file that the IPN notification hits (ipn.php) and don't see anywhere where it calls a function to send any emails apart from the debug email?
#92
Posted 07 January 2005, 02:05
Speedie, on Jan 6 2005, 08:32 PM, said:
I've looked through the file that the IPN notification hits (ipn.php) and don't see anywhere where it calls a function to send any emails apart from the debug email?
I should add that this happens only if I don't continue back to the store, in other words I complete the payment but then close the browser. The order status is updated, so the IPN is definitely being received and processed. However inventory is not updated, emails aren't sent etc. IOW anything that's done by the functions in paypal_ipn.php doesn't happen. This is no great surprise as I don't see an include for that file or a call to any of its functions. Does this module not, in fact, currently do anything if the customer doesn't return to the site?
#93
Posted 07 January 2005, 03:54
Speedie, on Jan 6 2005, 10:05 PM, said:
Seems to me that the main reason for installing this mod was to fix the problem of customers not clicking through to the final confirmation page. If all of these problems are still unresolved, then there isn't much point in using anything beyond the original PayPal IPN. Just my 2 cents.
I have had occasional problems with customers not finishing their orders regardless of which payment method they use. A few people have emailed me asking where their order is. And then I have to tell them they never actually completed an order.
Perhaps a better solution would be to rework the checkout process so it is more clear to customers that they need to complete all 4 steps?
I may add a quick and dirty workaround that would email me when a 'potential' customer/order had reached step 3? Then if I don't get an order, I know there may be a problem?
#94
Posted 07 January 2005, 20:20
dobosconsulting, on Jan 7 2005, 03:54 AM, said:
I have had occasional problems with customers not finishing their orders regardless of which payment method they use. A few people have emailed me asking where their order is. And then I have to tell them they never actually completed an order.
Perhaps a better solution would be to rework the checkout process so it is more clear to customers that they need to complete all 4 steps?
I may add a quick and dirty workaround that would email me when a 'potential' customer/order had reached step 3? Then if I don't get an order, I know there may be a problem?
I don't know guys - i think that means that counts are updated on an IPN receival - when it changes the status from Preparing to Received ... this contrib was written to get rid of the missing orders problem- that is, if the customer does not got back to your page after completing payment (then you'd get an email with payment but no recorded order). This contrib does its job fine - records the order right before the confirmation stage, way before the customer goes to PayPal, so there is no way you don't know what was ordered (that ofcourse creates some ghost orders that you are not sure if the customer didn't just back out). As far as i know the customer MUST go back to your page after paying... and it is quite clear - the last step of paypal i think has a button "Continue" and it sends the customer back to your site. That was the problem with the old PayPal module - it created orders, updated counts, etc. AFTER customer came back...
#95
Posted 08 January 2005, 02:48
RavenWulf, on Jan 4 2005, 10:08 AM, said:
I have been playing for 4 days now with both paypal contribs and I really enjoy this one! I have 2 questions and then I can go live with my store.
1. On the encryped processing
where do I get/find/make my: Your Private Key, Your Public Certificate?
I can download the paypal cert but: where do I put it? and it comes at pem.txt do I remove the .txt from it?
Any insight or directions on what to do would be great! thank you!
2. I asked sometime ago about getting this contrib to look simialr to the 2.9 and Mattis wonderfully created ccshow contrib (love it!) My only other request would be to add in a splash page when transphering your customer from cart to paypal. I have found in testing that with 2.9 I get that kind of feedback it is makes me feel like something is happening vs. v1 where the screen just pauses for a bit and then shows paypal. Anyway to add in the splash?
Thank you all for the incredible work you have done!
RW
Quote
I did a search for ccshow contribution and nothing turned up. What are you referring to?
#96
Posted 08 January 2005, 20:13
When I try to set it up by clicking on the install button in the payment module admin I get the following error:
Warning: Cannot modify header information - headers already sent by (output started at /homepages/9/d93544767/htdocs/catalog/includes/modules/payment/paypal_ipn.php:1195) in /homepages/9/d93544767/htdocs/catalog/admin/includes/functions/general.php on line 18
Line 18 of general.php is:
header('Location: ' . $url);
and I have made no changes to paypal_ipn.php
The install buttons work fine for all of the other payment modules.
Any suggestions?
Thanks,
Jason
#97
Posted 08 January 2005, 20:51
jasonballou1, on Jan 8 2005, 10:13 PM, said:
#98
Posted 08 January 2005, 21:13
as for people asking about the certificates and such... I found that information in the Sandbox User Guide...
Very good manual to read... gave me alot of insight into this whole process as I was jumping in and testing the water...
Sandbox User Guide:
https://developer.paypal.com/en_US/pdf/PayP..._User_Guide.pdf
Edited by TCwho, 08 January 2005, 21:14.
#99
Posted 09 January 2005, 14:44
PandA.nl, on Jan 8 2005, 08:51 PM, said:
I've tried all three versions but end up with the same error.
Jason
#100
Posted 10 January 2005, 12:34
first. on the contribution it is called cc_show you can get it here
second.
on the certificates..I read thru that user guide and yes it did talk about the paypal certs, and places to go to get certs, but not specifics on how to get them. I have since found out that I can get them thru my host using Cpanel (there is an option to manage public keys). So now all I need if for my host to fix a small problem with cpanel and away I go!
RW
I do have one question though for anyone. Where do you upload the certs/keys too? Root folder or just anywhere? Inside the website or outside?
Thanks!
TCwho, on Jan 8 2005, 02:48 AM, said:
A man who works with his hands and his brain is a craftsman
But a man who works with his hands and his brain and his heart is an artist. - Charles Dickens














