Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gift Voucher System?


aspen

Recommended Posts

I installed Credit Class/Gift Vouchers/Discount Coupons (Version 5.03)

 

Its been up for over a month and I thought it was working... apparently I was wrong.

 

Its sending a $10 gift voucher to all new customers... only they can't spend it. They can redeem it, at which point it'll enter their account and at the top right by their cart list it'll tell them their gift voucher balance. It'll also let them send that balance to someone else, but it won't let them actually use it.

 

In other words it doesn't get applied to their orders.

 

Coupons on the other hand, they work great. They are applied correctly.

 

Anyone have any ideas? Using MS 2.1

Link to comment
Share on other sites

i have the same problem.

one more problem: is the Coupon does not assign to the product i set it to.

 

i have set it to a product 1: $10

the coupon is worth: $5

 

when i try to buy product 1 i dont see where the coupon supost to take action, in the billing information i only see this:

Sub-Total: $10.00

Total: $10.00

 

any help apreciated

Link to comment
Share on other sites

Found the fix

 

Quick fix is to change the sort order on vouchers to 740

 

Other fix is to:

 

change in catalog/includes/modules/order_total/ot_gv.php

 

Line 268:

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Sort Order', 'MODULE_ORDER_TOTAL_GV_SORT_ORDER', '740', 'Sort order of display.', '6', '2', now())");

 

From '740' TO: '0'

 

Then make sure the GV sort order is ABOVE the coupon sort order (if coupons are 8 then GV has to be atleast a 9).

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