Hello, it seems appropriate I reply here instead of making a new thread I think (Sorry if I am wrong).
I am wondering if we could make it so the payment is taken out instant from paypal, instead of making it an Authorization to take out the money.
I am wondering if we could make it so the payment is taken out instant from paypal, instead of making it an Authorization to take out the money.
Oh goodness is it not instant payment? Although it doesn't really matter for physical products but downloads it certainly would.
Spirit Mind Body UK Directory | iPyramidia Holistic Web Design
No not the sandbox. I have a personal and business account. When I send the funds from my personal account to the business account (2 different ones) The funds on the personal account receive a temporary hold. In the business account, I have to login and click on Capture funds. I am not sure if this is how it's supposed to work. I don't recall having to do this with other carts.
Last edited by tchemis on Sun Sep 09, 2007 10:51 pm, edited 1 time in total.
Do we need to setup the paypal api on the paypal page for OpenCart to work correctly?
I never did and I have gotten a few orders just fine...
I never did and I have gotten a few orders just fine...
would replacing "authorization" with "sale" in paypal.php PAYMENTACTION hidden field value work?d77 wrote: anyone have any info on the "capture funds" thing? i am starting to test my shop with paypal's sandbox and noticed this as well. i don't recall having to capture the funds, unless this is some kind of new behavior within paypal?
https://www.paypal.com/en_US/ebook/PP_N ... yment.html
Yes Indeed! This works just tried it on my live store. Good Job!gary wrote:would replacing "authorization" with "sale" in paypal.php PAYMENTACTION hidden field value work?d77 wrote: anyone have any info on the "capture funds" thing? i am starting to test my shop with paypal's sandbox and noticed this as well. i don't recall having to capture the funds, unless this is some kind of new behavior within paypal?
https://www.paypal.com/en_US/ebook/PP_N ... yment.html
Can we expand on this subject.
If we replace the authorization with sale, how does this affect the whole record of sale process. Does it automatically register now that someone has paid for an item immediately by paypal and show this in the admin panel or does it just make the payment process quicker?
If we replace the authorization with sale, how does this affect the whole record of sale process. Does it automatically register now that someone has paid for an item immediately by paypal and show this in the admin panel or does it just make the payment process quicker?
Spirit Mind Body UK Directory | iPyramidia Holistic Web Design
Everything works the same, The money is instantly taken, and the order is placed as with a normal paypal transaction, it does get recorded in the customer, and admin sections. All proper order emails are also processes right away, this is what we all been looking for.
Hi Everyone,
I'm sorry to "bud into" this thread, but I've been researching about the paypal IPN while trying to figure out what is causing the transactions not to be "communicating" to open cart when they "return".
I've searched through the forum and found something about the port for the callback function and that godaddy (which is the host for the open cart install I'm referring to) does not have the port open.
Also, I found something about a 1 hour limit on the callback that will delete any orders that don't "hear" from paypal.
Does anyone have any guess to what you think is the problem?
By the way, the server we are hosting with uses php4.3, so we are using the previous 6.5 version of Open Cart.
Thanks in advance!
I'm sorry to "bud into" this thread, but I've been researching about the paypal IPN while trying to figure out what is causing the transactions not to be "communicating" to open cart when they "return".
I've searched through the forum and found something about the port for the callback function and that godaddy (which is the host for the open cart install I'm referring to) does not have the port open.
Also, I found something about a 1 hour limit on the callback that will delete any orders that don't "hear" from paypal.
Does anyone have any guess to what you think is the problem?
By the way, the server we are hosting with uses php4.3, so we are using the previous 6.5 version of Open Cart.
Thanks in advance!
Did you try the suggestion in the previous page of this thread? If not try to change the word "authorization" to "sale" in the following file
catalog/extension/payment/paypal.php
Look for
Hope this works for you, it will make the payment instant instead of authorization.
catalog/extension/payment/paypal.php
Look for
and change it to$ouput .= '' . "\n";
$ouput .= '' . "\n";
Hope this works for you, it will make the payment instant instead of authorization.
Who is online
Users browsing this forum: No registered users and 4 guests