Page 1 of 1

Shareasale and Google Checkout

Posted: Thu Dec 08, 2011 4:24 pm
by ripdog
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>

Re: Shareasale and Google Checkout

Posted: Sun Dec 11, 2011 10:06 pm
by AbleMods
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.