Share a Sale Affiliate Tracking code
Posted: Wed Jul 15, 2009 4:15 pm
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
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