Handling Orders Paid Through Google
-
- Lieutenant Commander (LCDR)
- Posts: 98
- Joined: Fri Apr 29, 2011 2:56 pm
Handling Orders Paid Through Google
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.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Handling Orders Paid Through Google
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
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
-
- Lieutenant Commander (LCDR)
- Posts: 98
- Joined: Fri Apr 29, 2011 2:56 pm
Re: Handling Orders Paid Through Google
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.
-
- Lieutenant Commander (LCDR)
- Posts: 98
- Joined: Fri Apr 29, 2011 2:56 pm
Re: Handling Orders Paid Through Google
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?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Handling Orders Paid Through Google
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
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
-
- Lieutenant Commander (LCDR)
- Posts: 98
- Joined: Fri Apr 29, 2011 2:56 pm
Re: Handling Orders Paid Through Google
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...