Zen Cart Logo
Forums / General Questions / coupon error

coupon error

Locked

Views: 547

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Oct 2010, 5:16 PM
#1
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

coupon error

Hi,

I get this error 'MODULE_ORDER_TOTAL_COUPON_INCLUDE_ERROR' in my admin when setting discount coupon in 'Modules' --> 'Order-total' to:

Include Tax
true

&

Re-calculate Tax
Standard

The Grande Total also calculates wrong when using the discount coupon. This seems to be a general problem with my cart.

I'm using v1.39f. Any bright ideas?

Regards
Jacob

22 Oct 2010, 9:23 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: coupon error

  1. That uppercase set of letters is the name of the "constant" which should be defined in the ot_coupon.php language file. When the definition isn't found, the constant name shows up instead.
    So, you need to fix that file ... presumably you missed updating that file when you upgraded.

  2. The error message contained in that define tells you why your totals aren't correct.

23 Oct 2010, 10:58 AM
#3
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: coupon error

DrByte

your advice works like a charm...

Thanks!

Regards
Jacob