Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Affiliates

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Question Affiliates

    I have noticed that aspdnsf can handle affiliates. However my only issue that is once "tagged" with an affiliate code that customer will always have it.

    Ideally we want to use the query string to track affiliate traffic. However once tagged with the query string the customer is stuck to it.

    Can we remove any affiliate codes on the customer on the order conformation page? that way it will stick with them for the first order then disappear/ be removed so the same affiliate does not get credited for multiple sales from one referral.

    Also in general the affiliate explanation is pretty brief, I am guessing it is not commonly used?

    Thanks in advance.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There's nothing built in to clear the affiliate ID from a customer after they place an order. You could do that easily enough with a code mod though, or even just a DB trigger.

    As for the explanation, Affiliates really just aren't that complicated. You create them through the admin site or allow them to register on the site, then they link to your site. Customers that follow that link get the ID on their record and their orders. That's pretty much all there is to it, any calculations, payouts, etc are done separately.