We just set up AffiliateWiz with our AC7 site, and everything seems to be working well based on our tests, but AC is passing the Order ID to the affiliate software, not the Order Number. I double-checked, and we definately have set it to pass the order number in the Third Party Tracking link (https://www.hotsaucedepot.com/affiliate ... erSubTotal]).
Does anyone know how to fix this?
Affiliate Integration- passing OrderID not OrderNumber
Affiliate Integration- passing OrderID not OrderNumber
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot
Brewhaus (America) Inc.
Hot Sauce Depot
Re: Affiliate Integration- passing OrderID not OrderNumber
Try following quick workaround edit your Website\Checkout\AffiliateTracker.ascx file and locate following line of code
and then update it as below
Save it and then test it again.
Code: Select all
url = url.Replace("[OrderNumber]", _Order.OrderId.ToString());
Code: Select all
url = url.Replace("[OrderNumber]", _Order.OrderNumber.ToString());
Re: Affiliate Integration- passing OrderID not OrderNumber
Thank you, Mazhar. That change makes complete sense- we will test it out.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot
Brewhaus (America) Inc.
Hot Sauce Depot