Bulk sales Workaround

Discussion in 'Customization & add-ons' started by dtlevin, Aug 21, 2004.

  1. dtlevin

    dtlevin New Member

    Joined:
    May 28, 2004
    Messages:
    8
    ok here is what I did to get bulk sales going for resellers, it could be a little neater. Also I have a question at the end if any one can answer it that wold be great.

    Bulk Sales
    1. Duplicate signup.php and signup.html and rename them what you want for your reseller, I just slaped his initials at the end "signup_ch.php" etc.

    2. Open the new signup.php file and change this peice of code
    "$t->display('signup.html');" to " $t->display('signup_ch.html');"
    so it displays your new page. I think it appears on line 131 do a search

    3. Redesign your new signup.html page to fit your needs.

    4. Create a new product for your reseller and put it in its own pproduct group "-1" or something.

    5. Create a coupon for 100% of the product cost and have set it to be used to as many memberships that your buyer has purchased.

    Give the coupon number to your reseller and the url for the sign up page will be "http://www.yoursitehere.com/amember/signup_ch.php?price_group=-1"

    So my question is

    If my reseller has a computer lab in it and a lot of students are going to be signing up for our test there should we set our

    "Maximum count of different IP
    if member will reach this limit, his account will be locked"
    or
    "Count IP for ... hours
    the above limit is for previous ... hours"

    for anything diffrent?
  2. jmaduk

    jmaduk Member

    Joined:
    Aug 29, 2005
    Messages:
    96
    Is this still the best way to provide bulk licenses to a reseller?
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    There is no special handling for resellers added.

Share This Page