Shareasale and Google Checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ripdog
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Sep 10, 2008 9:39 pm

Shareasale and Google Checkout

Post by ripdog » Thu Dec 08, 2011 4:24 pm

Hi I am on version 7.0 of able Commerce. I have access to the source code. I am trying to integrate ShareASale affiliate tracking and I'm running into a snag with Google Checkout.

The ShareASale integration team has given me the following advice below, however I don't have access to the source code for the Google Checkout so I don't think I can do this. Am I right?

In your Cart XML, you will need to include an XML tag for parameterized-url. For ShareASale.com, your code should look like this:

<merchant-checkout-flow-support>
<parameterized-urls>
<parameterized-url url="https://shareasale.com/sale.cfm?transty ... ntID=37239">
<parameters>
<url-parameter name="tracking" type="order-id" />
<url-parameter name="amount" type="order-subtotal" />
</parameters>
</parameterized-url>
</parameterized-urls>
</merchant-checkout-flow-support>

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

Re: Shareasale and Google Checkout

Post by AbleMods » Sun Dec 11, 2011 10:06 pm

ripdog wrote:The ShareASale integration team has given me the following advice below, however I don't have access to the source code for the Google Checkout so I don't think I can do this. Am I right?
In your first sentence, you said you have access to the source code. But then here you said you don't have access to the source code.

If you do have source code, then you also have the source code to the Google Checkout payment provider. It's included with full source code for AbleCommerce.
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

Post Reply