This is a discussion on Help with Automatic new user email within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I just bought this site and noticed when a new user registers, the password is sent in an email and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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! |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| are you using version 1.5 or version 1.7 ? |
|
#3
| |||
| |||
| I have 1.7 |
|
#4
| ||||
| ||||
| 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.
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| 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 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
| ||||
| ||||
| 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');
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.
__________________ Clifton Murphy CEO/CTO Hyperactive Inc. osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| admin automatic log off | Draxeiro | osCMax v2 Installation issues | 1 | 10-18-2006 11:42 AM |
| user accounts without email? | blioux | osCMax v2 Customization/Mods | 3 | 06-27-2005 08:10 AM |
| Add user name and password to new account email | fridgemags | osCMax v1.7 General Mods Discussion | 2 | 06-08-2005 06:33 PM |
| Invalid email format for admin user | robroymedia | osCMax v1.7 Discussion | 0 | 02-28-2004 05:10 AM |
| Automatic Logon | Ellisras | osCMax v1.7 Discussion | 1 | 12-25-2003 10:00 AM |