Project:
Discount coupon systemCategory:
bug reportPriority:
normalStatus:
activeWhenever an invalid or expired coupon is entered, the SHIPPING line item gets mysteriously taken off the order. This results in orders without shipping fees calculated in, whenever someone tries to use an invalid coupon code.
Please see if this can be fixed. Thank you!



Re: Invalid coupon results in disappearing shipping
please see attachment for screencapture.
Re: Re: Invalid coupon results in disappearing shipping
What version of PHP you have and what is the coupon module you use ?
Re: Re: Re: Invalid coupon results in disappearing shipping
I'm using the latest "improved coupon module" (1.4), and we're running on PHP 5.1.6 here. Any ideas?
Re: Re: Re: Re: Invalid coupon results in disappearing shipping
Did you completely uninstall the previous coupon module before installing the new one ? (by checking all coupon table created in the database were deleted before installing the improved coupon module).
In addition, try to change the weight of your coupon, maybe it's the same weight than the shipping quote.
Re: Re: Re: Re: Re: Invalid coupon results in disappearing shipp
it's a fresh install of the improved coupon module, 1.4 ver. Where can I change the weight of my coupon vs. shipping quote?
Hope it's a different problem
The weight is generally hard-coded, but that wouldn't be the problem. If the coupon module was somehow using the same line_item_id, that would be different. I don't see how that would happen though.
Hi, In the coupon module and
Hi,
In the coupon module and in the quote module, weight are not hard-coded, you can change them in both module options I believe.
for shipping : admin/store/settings/quotes/methods
for coupon : http://fr.gastronomie.kalys.com/fr/admin/store/customers/coupon (and edit the coupon you want to change weight).
I already tried to change coupon weight, when I putted a weight under the shipping weight, the coupon was displayed before, and when I put a weight higher than the shipping weight, it is displayed after. So it should work.
Re: Hi,In the coupon module and
I've changed the coupon weight and shipping quote weight to be different, and I'm still getting the same disappearing shipping quote problem.
Have you been able to duplicate this issue? I have tried duplicating it on 2 different Drupal and Ubercart installations, and results are the same.
Any other ideas...?
Re: Re: Hi,In the coupon module and
After lot of testing, I'm unable to duplicate the problem. Does the 1.5 version have the same problem ?
Patch
I've created a patch for both the original and zmove's coupon module. You can find them here:
http://www.ubercart.org/forum/support/6239/customer_can_complete_checkou...
for the original
AND here:
http://www.ubercart.org/contrib/1991
for zmove's improved
Hope this helps.