Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 6 of 6

Thread: Help with Automatic new user email

  1. #1
    jak211
    Guest


    Default Help with Automatic new user email

    I just bought this site and noticed when a new user registers, the password is sent in an email and gives a $10 credit to the new user to use in my store. How and where do I fix this? I want to change the $10 credit part but can't find where to change it. I looked all over the file manager and email links. Please help!

  2. #2
    red_fraggle
    Guest


    Default RE: Help with Automatic new user email

    are you using version 1.5 or version 1.7 ?

  3. #3
    jak211
    Guest


    Default RE: Help with Automatic new user email

    I have 1.7

  4. #4
    osCMax Developer


    Help with Automatic new user email


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Help with Automatic new user email

    Go to the admin and under Configuration, set the Welcome Gift Voucher Amount to 0. This will disable it being sent when a new user signs up.

  5. #5
    jak211
    Guest


    Default RE: Help with Automatic new user email

    OK I still don't see it. Under configuration there is numerous options:

    My Store
    Min Values
    Max Values
    Images
    Customer Details
    Shipping
    Product Listing
    Stock
    Logging
    Cache
    Email
    Download
    GZip
    Sessions
    WYSIWYG Editor
    Affiliate Program
    Accounts
    Site Maintenance
    Dynamic MoPics
    Printable Catalog

    but nothing with Welcome gift voucher amount. Mabey this is version 1.5. What now? By the way thanks for your quick replies!

  6. #6
    red_fraggle
    Guest


    Default RE: Help with Automatic new user email

    If using MAX 1.7
    log in to admin, click "configuration" from the menu, look on the left column for "My Store" click the link, when page loads the next to the last menu item says "Welcome Gift Voucher Amount" click it, click edit and change it to "0".


    If using MAX 1.5
    Login to FTP to your site, or use your favorite editor and open file /includes/add_ccgvdc_application_top.php" and look for the following code and change the number "10" to whatever amount you wish to give to new account sigups.

    Code:
    // Set the amount of a Gift Voucher that the new signup will receive, set to 0 for none
      define('NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '10');

    Alternatively if you wish to disable this feature altogether, in the same file find this code:

    Code:
    // Set the coupon ID that will be sent by email to a new signup, if no id is set then no email :)
      define('NEW_SIGNUP_DISCOUNT_COUPON', '3');
    and change it to this:

    Code:
    // Set the coupon ID that will be sent by email to a new signup, if no id is set then no email :)
      define('NEW_SIGNUP_DISCOUNT_COUPON', '');

    Hope this helps you out.

Similar Threads

  1. admin automatic log off
    By Draxeiro in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-18-2006, 11:42 AM
  2. user accounts without email?
    By blioux in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 06-27-2005, 08:10 AM
  3. Add user name and password to new account email
    By fridgemags in forum osCMax v1.7 General Mods Discussion
    Replies: 2
    Last Post: 06-08-2005, 06:33 PM
  4. Invalid email format for admin user
    By robroymedia in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 02-28-2004, 06:10 AM
  5. Automatic Logon
    By Ellisras in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-25-2003, 11:00 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •