This is a discussion on Welcome email and $10 gift voucher? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hello, Does anybody know how to modify the welcome email so that it doesn't include the $10 gift voucher? ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Does anybody know how to modify the welcome email so that it doesn't include the $10 gift voucher? Does anybody know how to change the value of the gift voucher and/or the 10% coupon. A pretty good incentive indeed. Thanks, Brad |
|
#2
| |||
| |||
| ./includes/languages/english/create_account.php:define('EMAIL_GV_INCENTIVE_HEAD ER', 'As part of our welcome to new customers, we have sent you an e-Gift Voucher worth %s'); Found the definition. Actually, this is where the line is added to the new user email: ./create_account.php: $email_text .= sprintf(EMAIL_GV_INCENTIVE_HEADER, $currencies->format(NEW_SIGNUP_GIFT_VOUCHER_AMOUNT)) . "\n\n" . And here's where the amount is defined: ./includes/add_ccgvdc_application_top.php: define('NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '10'); It appears to be dollars only. Changing it to a "%-off" voucher shouldn't be too hard... I'll look into it. --Kurt |
|
#3
| |||
| |||
| OK, in create_account.php, search for NEW_SIGNUP_DISCOUNT_COUPON. If you set NEW_SIGNUP_GIFT_VOUCHER_AMOUNT to zero or less and specify a discount coupon for NEW_SIGNUP_DISCOUNT_COUPON, you send a discount coupon to new members. Those symbols are defined in includes/add_ccgvdc_application_top.php. --Kurt |
|
#4
| |||
| |||
| Kurt, Thank you very much, Brad |
|
#5
| |||
| |||
| This save my life ... |
|
#6
| |||
| |||
| Hi Kurt, I want to set it up such that when people signs up a new account, they would receive a 5% discount with minimum order =$25 and not the $10 gift voucher, so I edited the // The settings below determine whether a new customer receives an incentive when they first signup // // Set the amount of a Gift Voucher that the new signup will receive, set to 0 for none define('NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '0'); // // 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', '20'); and I set the coupon amount to 5.0000% for coupon ID 20 via the admin panel, the customer can receive the welcome email with the correct redeem code but they cannot get the 5% off when they check out after they eneter the redeem code manually in the check out page although the minimum ordr is over $25. May I ask if you know what could be the problem? Thanks. |
|
#7
| |||
| |||
| For some strange reasons, no matter how many times I reset "Uses per Customer" to 0 or leave blank for Coupon Admin via admin panel, it always reset itself to 1 after I reload the page, I am wondering if this has anything to do with the problem that I am having, which is, the customer cannot redeem the discount coupon with the code whrn they check out. Please shed some light on this, thanks! |
|
#8
| |||
| |||
| Sorry I forgot to mention that there's no tick box beside the box to eneter the redeem code. |
|
#9
| |||
| |||
| When I insert a new discount coupon via admin panel, it will create 2 coupons with the same coupon code but with two different coupon id, I think this has to do with why I have this coupon redeeming problem, may I ask if anyone knows how to fix this? Thanks for your time. |
|
#10
| |||
| |||
| Real quick .. where do we change the actual amount of the gift certificate? I'd like to change it from a $10 to a $5. Thanks!
__________________ -Xavier Steven |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| email text for gift voucher system? | sheikyerbouti | osCMax v1.7 Discussion | 5 | 10-05-2005 12:17 PM |
| Gift Voucher Questions | alexbranding | osCMax v1.7 Discussion | 1 | 04-11-2005 11:18 AM |
| Gift Voucher: Customer Email problems. Please help! | malcol27 | osCMax v1.7 Discussion | 9 | 12-28-2004 08:00 AM |
| Problem with Gift Voucher/Coupon Email Sent to Customer | stewj1 | osCMax v1.7 General Mods Discussion | 28 | 12-28-2004 04:41 AM |
| changes with gift voucher | altenter | osCMax v1.7 Discussion | 9 | 07-19-2004 05:22 AM |