AbanteCart Development > Payment Modules

abantecart and googlewallet return URL set up for google checkout integration

<< < (2/4) > >>

mreamant:
I went to google sandbox instead to try to find out further info.  It indicates to contact the integrated shopping cart solution (in this case, AbanteCart) to get the appropriate api return link.

The below is cut and pasted from google's sandbox documentation:

Pre-integrated Shopping Cart - To add Google Wallet to your website via a pre-integrated shopping cart:
1.Choose one of the shopping cart providers in the list of integration partners below. If you already have a pre-integrated shopping cart, confirm that your business uses one of the integration partners in the list below.
2.Locate your Merchant ID and Key in the Google Checkout Merchant Center.
3.Visit the website of the appropriate shopping cart provider and provide your Merchant ID and Merchant Key. Specific steps vary by shopping cart provider. For more information, please contact the cart provider representative responsible for your business's account.
 
Pre-integrated Order Processing - If you'd like to process Google Checkout orders in your pre-integrated shopping cart, ask your shopping cart provider for the appropriate API callback URL then enter this information in the Google Checkout Merchant Center.
 

Basara:

--- Quote from: mreamant on February 27, 2013, 12:12:36 PM ---Hi,

I went to admin, payment, extensions, google checkout, and clicked on help in upper right corner; it points to abantecart help for extensions and not a manual.  Hmmm, my search continues.

--- End quote ---

Hello. Just copy for you short manual from extension manual (from HELP button)
-------------------------------------------------------------------
This manual is to help you configure extension with Google Checkout service

1. Go to http://www.google.com/checkout and create merchant account.

2. Once you are subscribed, You will need to go to settings and fill in your profile.
Note: you need to set Public business website field by URL like https://YOUR_DOMAIN/index.php?rt=checkout/success to direct customer on success page after buying.

3. Go to https://www.google.com/checkout/sell/settings?section=Integration and set callback url as
https://YOUR_DOMAIN/index.php?rt=extension/google_checkout/callback Also choose API content "Notification as HTML". Note: You need to turn on SSL in your AbanteCart settings and configure your server to have valid SSl signed sertificate. Refer to your hosting provider for SSL configuration

4. Go to your AbanteCart Google Checkout Extension edit page and fill in all fields by given Merchant ID and Key from integration settings page of Google checkout.

5. If you need to test extension with google checkout sandbox go to https://developers.google.com/checkout/developer/Google_Checkout_Basic_HTML_Sandbox#Locate_ID_and_Key and follow steps.

NOTE: This extension provides order final total amount to Google Checkout to handle payment. If you need to pass all order details to Google Checkout, you need to get Google Checkout Advanced Extension.
-------------------------------------------------------------------

 ;)

abolabo:
hi. please replace file public_html/extensions/google_checkout/storefront/controller/responses/extension/google_checkout.php
by given (see attachment).
now will return to success/page anyway.

abolabo:
just "save as" and replace file

mreamant:
Yes, I figured it out, thanks.  I did save the old file in case of a problem. 

So in my extension callback, I will have the same callback API as what I put in the google settings.  I'll try it in a few minutes and see if it successfully returns.  In short, I'm trying to test the ability to download a pdf file following successful purchase. 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod