Page 1 of 1

Share a Sale Affiliate Tracking code

Posted: Wed Jul 15, 2009 4:15 pm
by nweisman
We are trying to work with the affiliate tracking code from shareasale - there code has been placed in: the page: ConLib/Recieptpage.ascx.cs, just below the line:

private Order _Order;

we added the following code:

public string GetImage
{
get
{
string image = "";
return image;
}
}

Where you replace XXXX with your merchant ID number: 18236
In the page: ConLib/RecieptPage.ascx, just below the line,

<%@ Register Src="~/Checkout/AffiliateTracker.ascx" TagName="AffiliateTracker" TagPrefix="uc" %>add the following code:
<% = GetImage %>

It is not transmiting an orderID nor an order total.

Is there a new code for Able 7.0 that may work -- This worked in 5.5

Re: Share a Sale Affiliate Tracking code

Posted: Thu Jul 16, 2009 2:06 am
by mazhar
Please have a look at following thread
viewtopic.php?f=42&t=8826

Re: Share a Sale Affiliate Tracking code

Posted: Mon Jul 27, 2009 8:58 am
by nweisman
Thank you, for the link. That is exactly what we had put in and in the places you said.

We are using Able 7... in our test - Share Sale said:

"That did not send a tracking number value or an order total."

Any ideas?

Re: Share a Sale Affiliate Tracking code

Posted: Mon Jul 27, 2009 9:10 am
by mazhar
Make sure that when link is generated, its containing the order id and order total.