Coupon value is counted two times

tobiberlin - June 29, 2009 - 17:14
Project:Ubercart Discount Coupons
Version:6.x-1.3
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I just installed this module and found out that a test coupon is counted two times when I use it with a test order. For example if the value is 7 Euro the coupon value reducing the total order value will be 14 Euro. Any ideas????

Greez,
Tobias

#1

longwave - July 3, 2009 - 16:53
Status:active» postponed (maintainer needs more info)

Do you have two matching products in the cart? Price-based coupons are applied against every matching product, this is how the original module was designed. There is an outstanding feature request to change this, which I will work on when I have time: #485472: Apply Coupon Only to First Matching Item

#2

betz - October 2, 2009 - 23:12
Version:5.x-1.9» 6.x-1.3
Status:postponed (maintainer needs more info)» active

And what is the definition of a matching product?
I have two totally different products with different SKU & price.
I select one product where the coupon code may apply to, but it applies to all products.

Is there a solution already?

#3

tobiberlin - October 2, 2009 - 17:32
Assigned to:tobiberlin» Anonymous

unassign

#4

deepti - October 6, 2009 - 11:18

Hi,

I know this is not the topic where i should post. Hoping to get ans from here.

I have enabled uc_coupon. i have also created a new coupon, but how will my users know about this coupon? will coupon not trigger a mail when i have added a new coupon? i also tried using restricted user so that at least to them the mails goes saying that "you have a gift coupon code" but its not triggering any mail . have i gone wrong somewhere? do i need configure something else?

plz help.

#5

betz - October 9, 2009 - 07:08

@deepti: First of all, please open a new issue for this. Don't hijack a topic like this.
Here is the issue queue where you can start a new issue if you want.

Now, to answer your question, this module doesn't handle notifications or something like that.
But you always can build it yourself. I think the goal of all the drupal modules is to have many modules with limited functionality. So we can build ourselves the functionality we want by using the different modules with each other.
Have a look at the notifications module. Maybe you could build the setup you want.

#6

skyline5k - October 25, 2009 - 00:54

On the coupon page, you choose from the following:

(none)
Product
Product Kit

What I found, if you choose to do a $ off coupon selecting "Product" , it will subtract that from ALL products, not just one. For example:

Product 1 x1 = $5 each
Product 2 x2 = $10 each
Coupon: $2 discount

Discount is $6
Total is $19.

However, on the coupon page, where you choose:
(none)
Product
Product Kit

Choose (none) and it only takes off $2. Ex:

Product 1 x1 = $5 each
Product 2 x2 = $10 each
Coupon: $2 discount

Discount is $2
Total is $23.

Double-check on your own Carts though.

 
 

Drupal is a registered trademark of Dries Buytaert.