Share a Sale Affiliate Tracking code

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
nweisman
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed Jul 15, 2009 4:07 pm

Share a Sale Affiliate Tracking code

Post by nweisman » 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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Share a Sale Affiliate Tracking code

Post by mazhar » Thu Jul 16, 2009 2:06 am

Please have a look at following thread
viewtopic.php?f=42&t=8826

nweisman
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed Jul 15, 2009 4:07 pm

Re: Share a Sale Affiliate Tracking code

Post by nweisman » Mon Jul 27, 2009 8:58 am

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Share a Sale Affiliate Tracking code

Post by mazhar » Mon Jul 27, 2009 9:10 am

Make sure that when link is generated, its containing the order id and order total.

Post Reply