osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Welcome email and $10 gift voucher?

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


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 08-25-2003, 08:51 PM
bsa bsa is offline
New Member
 
Join Date: Aug 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bsa
Default Welcome email and $10 gift voucher?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 08-25-2003, 09:34 PM
Anonymous
Guest
 
Posts: n/a
Default

./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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-25-2003, 10:01 PM
Anonymous
Guest
 
Posts: n/a
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-26-2003, 03:54 AM
bsa bsa is offline
New Member
 
Join Date: Aug 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bsa
Default

Kurt,

Thank you very much,
Brad
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-03-2003, 05:05 AM
New Member
 
Join Date: Sep 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rogerbr
Default

This save my life ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 10-06-2003, 04:28 PM
Anonymous
Guest
 
Posts: n/a
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 10-06-2003, 04:36 PM
Anonymous
Guest
 
Posts: n/a
Default

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 10-06-2003, 04:46 PM
Anonymous
Guest
 
Posts: n/a
Default

Sorry I forgot to mention that there's no tick box beside the box to eneter the redeem code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 10-06-2003, 04:52 PM
Anonymous
Guest
 
Posts: n/a
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 11-22-2003, 11:21 AM
New Member
 
Join Date: Sep 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
proton318
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
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


All times are GMT -8. The time now is 04:32 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax