Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

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

      
  1. #11
    New Member
    Join Date
    Sep 2003
    Posts
    25
    Rep Power
    0


    Default



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

    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

  2. #12
    New Member
    Join Date
    Mar 2004
    Posts
    6
    Rep Power
    0


    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.

  3. #13
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    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 installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #14
    osCMax Testing Team
    Join Date
    Jul 2004
    Posts
    30
    Rep Power
    0


    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.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. email text for gift voucher system?
    By sheikyerbouti in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 10-05-2005, 01:17 PM
  2. Gift Voucher Questions
    By alexbranding in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-11-2005, 12:18 PM
  3. Gift Voucher: Customer Email problems. Please help!
    By malcol27 in forum osCmax v1.7 Discussion
    Replies: 9
    Last Post: 12-28-2004, 08:00 AM
  4. Problem with Gift Voucher/Coupon Email Sent to Customer
    By stewj1 in forum osCMax v1.7 General Mods Discussion
    Replies: 28
    Last Post: 12-28-2004, 04:41 AM
  5. changes with gift voucher
    By altenter in forum osCmax v1.7 Discussion
    Replies: 9
    Last Post: 07-19-2004, 06:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •