Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gift Voucher email notice


dfuzz

Recommended Posts

I do not want to issue a gift voucher at sign up. I made some modifications, however I get the following error at the end of the email that was sent:

 

EMAIL_COUPON_INCENTIVE_HEADER

 

EMAIL_COUPON_REDEEM

 

 

How do I get rid of the two error messages?

 

Thanks in advance

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

The file you need to edit is catalog/includes/add_ccgvdc_application_top.php and look for

 

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

 

and then edit to suit your situation.

 

The default is to send out a $10 gift voucher for every signup.

 

 

If you set the amount to 0 the voucher should not be sent.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...