Search found 2 matches

by nweisman
Mon Jul 27, 2009 8:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Share a Sale Affiliate Tracking code
Replies: 3
Views: 3967

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?
by nweisman
Wed Jul 15, 2009 4:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Share a Sale Affiliate Tracking code
Replies: 3
Views: 3967

Share a Sale Affiliate Tracking code

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 ...