Shareasale and Google Checkout
Posted: 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>
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>