Handling Orders Paid Through Google

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
vashts1980
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Fri Apr 29, 2011 2:56 pm

Handling Orders Paid Through Google

Post by vashts1980 » Wed Apr 04, 2012 4:09 pm

I'm having trouble capturing orders paid via Google CheckOut, or Wallet, or whatever it is. I can't seem to find the point where the order is actually saved in the database. All of my attempts only seem to pull the previous order from the system, not the one that was just created.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Handling Orders Paid Through Google

Post by jmestep » Thu Apr 05, 2012 7:30 am

They are saved in the checked out event of the checkout page.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

vashts1980
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Fri Apr 29, 2011 2:56 pm

Re: Handling Orders Paid Through Google

Post by vashts1980 » Thu Apr 05, 2012 9:29 am

I currently have a hook at the end of the CheckedOut() event in OnePageCheckout.ascx.cs. Google paid orders aren't captured here. It will capture credit card paid orders, but not Google.

vashts1980
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Fri Apr 29, 2011 2:56 pm

Re: Handling Orders Paid Through Google

Post by vashts1980 » Mon Apr 09, 2012 2:40 pm

Ok, so I have used the CheckedOut() event handler in OnePageCheckout.ascx.cs and I have put code into ReceiptPage.ascx.cs, and in neither case am I capturing orders from Google pay methods. What else could I be missing?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Handling Orders Paid Through Google

Post by jmestep » Tue Apr 10, 2012 7:25 am

You might not be missing anything since Google checkout is on the basket page. That code is in the Checkout/Google folder and you could try hooking into the code there- there are 3 files.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

vashts1980
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Fri Apr 29, 2011 2:56 pm

Re: Handling Orders Paid Through Google

Post by vashts1980 » Tue Apr 10, 2012 9:19 am

I've tried hooking into the GoogleCheckoutButton file and the NotificationListener file, but the order isn't yet in the database when these files are accessed. I suppose maybe incorporating at wait timer that will sit for a few minutes and then look for the order by referencing the user...

Post Reply