osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-05-2003, 01:29 PM
New Member
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mcdanie1
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-05-2003, 02:07 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,080
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-05-2003, 02:43 PM
New Member
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mcdanie1
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-05-2003, 08:35 PM
New Member
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mcdanie1
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-06-2003, 07:12 AM
Anonymous
Guest
 
Posts: n/a
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', '');

?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 10-06-2003, 08:29 AM
New Member
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mcdanie1
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 09:37 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax