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; I found the answer to my own question. Here is a good deal of information on the settings of the ...


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
  #11  
Old 11-22-2003, 11:35 AM
New Member
 
Join Date: Sep 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
proton318
Default



I found the answer to my own question. Here is a good deal of information on the settings of the GV/Coupon system.

Quote:
Here are some more instructions from the forum:
=====================================


Under Admin->Modules->Order Totals there is listed a sort order. Gift voucher comes out under the install as a 740 and total is a 5 or something like that. You need to have the total higher than the gift voucher and the gift voucher needs to be higher than the discount and the discount needs to be higher than the sub total.
so that it looks something like

Modules Sort Order Action
Discount Coupons 4
Gift Vouchers 5
Low Order Fee
Shipping 2
Sub-Total 1
Tax 3
Total 6

Or something like that. This works on my stores and on everyones stores I have put up.

Now... after it is installed to set the sort order you also have to set up some other information.. like

Display Total
Sort Order
Queue Purchases
Include Shipping
Include Tax
Re-calculate Tax
Tax Class
Credit including Tax

these items will determine the behavior of how your gv is handled, shown and sent. These items are in the
admin-modules-order total->gift voucher and you edit them

the dc has items like

Display Total -- true
Sort Order -- 4
Include Shipping -- false
Include Tax -- false
Re-calculate Tax -- None
Tax Class --none--

The previous items determine how the dc works.

Now if your gv editable items have queue purchases set to true... before the customer gets his gift cert you the admin need to ok it .. this is handled in admin->vouchers/coupons->gift voucher cue.
then you have the mail gift voucher and also a list of the gift vouchers sent.

=========================================

Notice the email that you send out when you create an account.
It is automatically setup to give out $10.00 to the person signing up. Now you disable this by setting a value to zero in
catalog->includes->add_ccgvdc_application_top

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

set 'NEW_SIGNUP_GIFT_VOUCHER_AMOUNT' to '0' and 'NEW_SIGNUP_DISCOUNT_COUPON to ''

then where this is checked for in create account.php on about line 274
}
//// if ((NEW_SIGNUP_GIFT_VOUCHER_AMOUNT > 0) || (NEW_SIGNUP_DISCOUNT_COUPON != '')) {
// $email_text .= EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING;
//// }
// ICW - CREDIT CLASS CODE BLOCK ADDED ************************************************** ***** END

$email_text .= EMAIL_WELCOME . EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING;

comment out the if statement and add the email_text.= line and that should do it while taking out the email statement above where ICW starts.

================================================== ======
Hope this helps everyone!
__________________
-Xavier Steven
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #12  
Old 04-02-2004, 09:17 PM
New Member
 
Join Date: Mar 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
EDD2225
Default

I did run into another bug.
Coupon Admin doesn't display the coupon_id numbers.
Yes it will display the coupon_name (not the same)

I had to figure out the coupon_id nuimbers by using phpmyadmin.
If you go into coupons_description and then click browse you can see coupon_id, coupon_name, coupon_discription as well as the laungauge_id

phpmyadmin will show dicount rates in the coupons table, although these seem(best guess) to include the Gift vouchers also.

Without coupon_id set right, not only will it apply the wrong discount, it may not display a coupon description in the welcome message.

one other gotcha, don't put "<---" in the description. Your coupon description won't show in the welcome email.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #13  
Old 07-20-2004, 07:03 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,187
Thanks: 66
Thanked 290 Times in 276 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

EDD2225,

This issue has been corrected and will be in the next release. I added the coupon ID to the Coupon admin page.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #14  
Old 07-23-2004, 06:17 AM
Member
 
Join Date: Jul 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pthurmond
Default Easy fix to get rid of the gift voucher in the Welcome Email

I found that the easiest way to get rid of this is to go to create_account.php in the root of the catalog and use programming note markers to null the entire section on the coupons (which is clearly identified in the code). I just used double forward slashes to do this and that way I can come back later and reactivate the code if I need to.
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 02:51 AM.


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