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

Thread: Coupons Assigned to Existing Users

  1. #1
    vtucker is offline Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Default Coupons Assigned to Existing Users

    We are setting-up an exclusive coupon and would like to assign the coupon code to all existing users (13,000 Users). Should we input the id's of each customer in the "Valid for Customer(s)" or is there an alternative method?

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

    Default

    Why not just leave that field blank so anyone can use it, if you're going to add everyone to that list anyway?

  3. #3
    vtucker is offline Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Default Customer Survey

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    Why not just leave that field blank so anyone can use it, if you're going to add everyone to that list anyway?
    We are a offering coupon for our current customers to take a survey. Also, we do not want the coupon to be used on coupon directories as it's a major discount.

    Any ideas to make this work?

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Entering all 31K customer IDs in the coupon is a tedious task if you do it manually, you can build a script that retrieves the customerid from the customer table and update it into 'ValidForCustomers' field in the coupon table.

    But the question is, how would you know whether the customer has taken the survey or not? Do you allow the customer to use the coupon even without taking the survey first?