iggraf Posted May 21, 2014 Share Posted May 21, 2014 (edited) Hello! I want to use an offer of another company to promote my shop and I want to give them a share. They want to give every user an unique id (sub-id) and promote my shop like this: http://www.myshop.example.com/?marketingid=mx1uniqueuser12 And to know their share they want an API which shows them the Sales they produced: eg.: <xml> <sales> <sale affiliate='1' marketingid="mx1uniqueuser12" amount="10.00" date="2014-01-01" currency="eur"> <sale affiliate='1' marketingid="mx2niqueuse5123" amount="11.00" date="2014-01-22" currency="eur"> </sale> </sales> </xml> Is there a possibility to do this with prestashop? or with a plugin? Greets, Georg Edited May 22, 2014 by iggraf (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts