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
Share a Sale Affiliate Tracking code
Re: Share a Sale Affiliate Tracking code
Please have a look at following thread
viewtopic.php?f=42&t=8826
viewtopic.php?f=42&t=8826
Re: Share a Sale Affiliate Tracking code
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?
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
Make sure that when link is generated, its containing the order id and order total.