Paypal..how to set up?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Paypal..how to set up?

Post by compunerdy » Sun Dec 30, 2007 8:24 pm

There are a ton of options in paypal. Assuming I am using paypalpro.

Under profile>website payment preferences

Auto Return for Website Payments
On or off?
if on what url?

Payment Data Transfer (optional)
On or off?

--------

Under Profile>instant payment notification preferences

I am pretty sure this is supposed to be on and set to http://website/ProcessPayPal.ashx

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Sun Dec 30, 2007 8:48 pm

Well if you have auto return off you get a page on paypal that says the payment went through and then there is a button to click to returnn to the store which tries to access https://www.website.com/Members/ViewOrd ... erId=11025

I dont have a file called ViewOrder.aspx so it just pops up a error page.


EDIT: I searched and found the fix for this in a previous post.

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Sun Dec 30, 2007 9:04 pm

Ok..so I ran through the paypal payment and it worked fine but I get one unprocessed payment and one processed payment listed under payments for the order. Is this correct? or a bug?

Paypal express does not seem to work correctly. Is there no way to have paypal but not paypal express?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Mon Dec 31, 2007 7:00 am

Are you trying to offer customers the ability to pay using a CC with PayPal as the processor, or have customers pay with a PayPal account?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Mon Dec 31, 2007 10:21 am

Both

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Mon Dec 31, 2007 11:15 am

Ok.

Which payment gateways did you choose in AC7?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Mon Dec 31, 2007 11:36 am

Gateway
Paypal

Methods
visa/MC/AM/Disc linked to paypal gateway
paypal
Mail in payment

I dont think I am having any issue with how to set up the store as much as what to set in paypal and how paypal was setup in AC7. Of course this might all be fixed with RC2 anyways. I dont know why there is not an option to turn off the paypal express logo though.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Mon Dec 31, 2007 11:44 am

Being only a few days from the proposed release of RC2, I'd wait. There were several issues within PayPal processing that were supposed to be resolved.

That's why I've stopped posting bugs - I want to see what's fixed in RC2.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Tue Jan 01, 2008 9:58 am

Well I couldnt wait to go live. Here is what happened with the 3 orders I got this morning so far.

order 1
paid via normal paypal
order marked as paid
only issue is that it shows the 2 payments from paypal under payments
one unporcessed and one processed

order 2
marked as capture failed
tried to pay via cc and it failed (this is all it shows in AC7)
recieved paypal payment which lists as a express checkout (customer must have switched when the card didnt go through?) No copy of this payment in AC7 anywhere.

order 3
marked as unprocessed
looks like they paid via normal paypal but I had to mark the payment as recieved?? It only authorized and didnt capture for some reason.

So in all I got 3 different scenarios on AC7 and 3 different looking but completed payment in paypal.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Tue Jan 01, 2008 10:06 am

Well you can configure the system to authorize or capture, sounds like you're got it set to authorize. You do the capture part in Able (didn't work right for me) or capture in the PayPal merchant screen.

The others are known issues.

You'll also find the BilltoEmail field isn't getting populated in your ac_Orders table for certain paypal-processed orders.

Don't do a partial refund - it'll refund the whole amount regardless of the amount you enter.

Oh and some times the payment will come through but you'll only know it because of the PayPal email. AC7 never sees the IPN notification, so the order just sits there as "pending".

Welcome to my last 45 days. That's why I said you should wait.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Tue Jan 01, 2008 10:26 am

SolunarServices wrote:Well you can configure the system to authorize or capture, sounds like you're got it set to authorize. You do the capture part in Able (didn't work right for me) or capture in the PayPal merchant screen.
The only place I have seen this is under the paypal gateway and I set it to sales and not authorize.
You'll also find the BilltoEmail field isn't getting populated in your ac_Orders table for certain paypal-processed orders.
Yup..only 1 of the 3 has that field populated.
That's why I said you should wait.
I would have if I could have. Its either deal with these issues or make no money..I can deal 8) I also had to tell everyone they would have to re-register as for some reason I am the only person who cant get the data client to log into my store.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Tue Jan 01, 2008 12:48 pm

The data client wouldn't have imported your passwords anyways, so having them re-register would still have been required.

I had to write my own user import because I couldn't wait either.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Wed Jan 02, 2008 3:09 pm

Just acknowledging this thread. We have to either provide you guys the updated PayPal integration or make the RC2 go.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Wed Jan 02, 2008 5:24 pm

Yes please. The double payments showing up from credit cards processed through paypal gateway is making my customers freak out.

DonAshby
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Oct 15, 2007 2:53 pm
Location: Palo Alto, CA
Contact:

Post by DonAshby » Sun Jan 13, 2008 9:41 pm

Hi

Is there any update on RC2 for Pay Pal? and Google Checkout?

We are patiently hoping that this will fix our problems with the Checkout not working for either.

Don :?:

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Sun Jan 13, 2008 10:08 pm

I hear ya. Every Friday and every Monday I get my hopes up.

It's getting old explaining to customers they haven't been double-charged.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Mon Jan 14, 2008 2:54 pm

The RC2 was made available today.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Thu Jan 24, 2008 9:26 am

If at all possible can we get the double charge fix ASAP and not wait for RC3?

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Tue Jan 29, 2008 11:54 am

That is just a software error on the site. You where not billed twice. Sorry for the confusion.

Tim
This is the Email I have to send out multiple times a day. Please can we get a fix for this? Pretty please with sugar on top. Joe will give you a case of Pepsi :D

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Tue Jan 29, 2008 12:17 pm

Joe will give you a case of Pepsi
Let's not go overboard, it's only a duplicate payment issue leaving customers feeling they've been over charged.

maybe a six-pack, tops. And not those big 22oz bottles either, just cans.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

arobinson@izilla
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Mon Feb 25, 2008 5:19 pm

Re: Paypal amount doubling issue

Post by arobinson@izilla » Mon Jul 28, 2008 10:21 pm

Hi guys,

Did this bug actually end up getting fixed?
I'm running RC3 at the moment, with PayPal set up with IPN and Capture-on-Sale. On Live, we're getting multiple payments recorded (even though they're just the same payment). It looks like one from the IPN and another from the user returning to the site. It's not happening with the sandbox PayPal though.

Would upgrading to final fix this? It doesn't look like the bug tickets have been touched since RC2 times..

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Paypal..how to set up?

Post by Logan Rhodehamel » Mon Jul 28, 2008 11:07 pm

Bug numbers that related to PayPal and were fixed between RC3 and final: 6881, 6880, 6384, 6857, 6714, 6783

That I know of, this issue is resolved in the final release.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

arobinson@izilla
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Mon Feb 25, 2008 5:19 pm

Re: Paypal..how to set up?

Post by arobinson@izilla » Tue Jul 29, 2008 12:13 am

Hmm. I'm not auth'd to view bug 6384.

Cool, thanks, I'll tell the boss-man it should be fixed when we go to final.

In the meantime though, judging by 6290, I'd like to try auth-on-sale rather than capture-on-sale. Hopefully that will be a decent workaround for now.

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Paypal..how to set up?

Post by compunerdy » Tue Jul 29, 2008 1:32 pm

I would say paypal is working 98% in Final. It is well worth it to update to Final.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Paypal..how to set up?

Post by Logan Rhodehamel » Tue Jul 29, 2008 1:59 pm

compunerdy wrote:I would say paypal is working 98% in Final. It is well worth it to update to Final.
That I know of, there is only one confirmed issue related to shipping coupons.

There is another issue report that has yet to be confirmed or reproduced.

If you know of other issues in that 2%, don't keep them a secret. :)
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply