osCmax v2.5 User Manual
Results 1 to 6 of 6

How do I turn off the Welcome email?

This is a discussion on How do I turn off the Welcome email? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I have tried setting the following to 0 and to nothing at all. Still an email gets sent. // Set ...

      
  1. #1
    New Member
    Join Date
    Sep 2003
    Posts
    20
    Rep Power
    0


    Default How do I turn off the Welcome email?

    I have tried setting the following to 0 and to nothing at all. Still an email gets sent.

    // 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', '0');

    How do I turn off the inital email feature?

    Or if I must use it, how do I remove the following line from the welcome email:

    EMAIL_GV_LINK http://www.subtl.com/shop/gv_redeem....baedc402bd3313

    I have tried commenting it out in english/create_account.php

    That does not work.

    Thanks,

    Mac

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    See these posts:
    http://oscdox.com/index.php?name=PNp...ighlight=email

    http://oscdox.com/index.php?name=PNp...ighlight=email

    To turn off email completely, go to the admin and find the configuration section and select email. Then turn it off. No email will be sent.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Sep 2003
    Posts
    20
    Rep Power
    0


    Default

    Thanks,
    But, I had already seen those two posts and they did not answer my question. I tried what was suggested in those emails and it did not work. That is why I posted the question. I would like to have OSC still send out emails when an order is placed and email receipts, etc.

    The welcome email just contains text that I would rather not have in the welcome email and would like to change it.

    Is there not a way to take out the discount langaunage in the welcome email?

    Mac

  4. #4
    New Member
    Join Date
    Sep 2003
    Posts
    20
    Rep Power
    0


    Default Remove the gv_redeem.php link

    Anyone know how to remove the link to gv_redeem.php in the welcome email? It appears in the welcome email like below:

    or by following this link http://www.subtl.com/shop/gv_redeem....baedc402bd3313

    I comment it out in the english/create_account.php, but then I get this:

    EMAIL_GV_LINKhttp://www.subtl.com/shop/gv_redeem.php?gv_no=7b44468f32&osCsid=53c4259c 162cfbed12baedc402bd3313


    I just want to remove any link to the website from the email. Has anyone done this? Or know how to?


    Thanks

    Mac

  5. #5
    Anonymous
    Guest


    Default

    Try this
    define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n" . '<li><b>Address Book</b> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "\n" . '<li><b>Order History</b> - View your history of purchases that you have made with us.' . "\n" . '<li><b>Products Reviews</b> - Share your opinions on products with our other customers.' . "\n\n");
    define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
    define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
    define('EMAIL_GV_INCENTIVE_HEADER', '');
    define('EMAIL_GV_REDEEM', '');
    define('EMAIL_GV_LINK', '');
    define('EMAIL_COUPON_INCENTIVE_HEADER', '');
    define('EMAIL_COUPON_REDEEM', '');

    ?>

  6. #6
    New Member
    Join Date
    Sep 2003
    Posts
    20
    Rep Power
    0


    Default

    I was able to remove all mention of a voucher or coupon in the welcome email by setting the NEW_SIGNUP_GIFT_VOUCHER_AMOUNT value on line 26 to '0'

    And the NEW_SIGNUP_DISCOUNT_COUPON value to '' (thats two single quotes)

    Mac

Similar Threads

  1. unable to turn Modules on
    By jschafer52 in forum osCmax v2 Installation issues
    Replies: 9
    Last Post: 07-16-2006, 12:40 PM
  2. How to turn on CoolMenu?
    By Lobotaman in forum osCmax v2 Installation issues
    Replies: 5
    Last Post: 10-07-2005, 06:35 AM
  3. category box - how to turn into drop down box
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-11-2004, 06:53 PM
  4. Mopics .... my turn.
    By jan_mull1 in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 01-14-2004, 05:55 AM
  5. is there a way to turn off the template?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-04-2003, 08:46 PM

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
  •