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 3 of 3

Thread: Search by referrer?

  1. #1
    singproinc is offline Member
    Join Date
    Oct 2006
    Posts
    51

    Question Search by referrer?

    I have some affiliates that recently failed to put their affiliate ID in their weblink to our website.

    In the customer information on each order includes information on a "referrer," which includes the URL they came from to get to our site.

    Is there a way to get an order report that includes orders that have referrers from a given URL?

    TIA.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    You could either modify the orders.aspx/orders.aspx.cs page to render a list of unique referrers to a dropdown box, and then modify the sql statement to use the selected value in that dropdown box as a filter for the orders being returned, or you could just write custom reports for each of the referrers that you have and run them whenever you need.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    singproinc is offline Member
    Join Date
    Oct 2006
    Posts
    51

    Default

    That works. Thanks.