Zen Cart Logo
Forums / Bug Reports / Possible coupon "£" vs &pound bug

Possible coupon "£" vs &pound bug

Locked

Views: 1,503

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
6 Mar 2007, 10:26 PM
#1
dmuk avatar

dmuk

New Zenner

Join Date:
Nov 2006
Posts:
46
Plugin Contributions:
0

Possible coupon "£" vs &pound bug

I have been testing a coupon I setup and tried to apply a coupon to an order value which doesn't meet the minimum order value.

The error message that came up that specified the minimum order value was:

"You must spend at least **£**18.99 to redeem this coupon".

The source reveals that the page is attempting to render

**&**pound;18.99

as opposed to

**£**18.99

On another note, the coupon was set to be valid tomorrow, and this was not mentioned when I tired to use it. I was being picky I would suggest that the valid dates be the first condition checked before other conditionals.