June 23, 2013
at 14:58 /
#7875
Hi,
I’m writing to you to solve an important problem: the couponing system doesn’t work because if I put the coupon code into the corresponding field (in the front-end) the result is not a discount (of the ammount indicated when the coupon was created), but an increase!!!
You can test it by using this code into the website (http://sabarcadeformentera.com/en/booking/): GX1584
I need to solve it as soon as possible.
thanks!
Regards,
June 24, 2013
at 12:30 /
#7881
Use a minus in the value to make it decreasing the price. I know it’s not 100% intuitive, but it’s how math works if you want to support both positive and negative values.
Regards
June 24, 2013
at 12:36 /
#7882
Hi!
but the field doesn’t allow me to type a negative number…
June 24, 2013
at 12:43 /
#7883
Oh, yes. The restriction bug in 3.2.4, forgot it.
You can either click on the field and use the inspect element feature that most browser have to manipulate the value of the field or download the easyreservations.org/beta.
Regards
June 24, 2013
at 14:29 /
#7887
Installed the last beta version the problem is it not solved, I keep not typing the minus symbol..
June 24, 2013
at 14:34 /
#7888
Please enter the minus in the field on this website and post what’s under it here:
http://www.mkyong.com/wp-content/uploads/jQuery/jQuery-keyboard-events-example.html
Regards
June 24, 2013
at 14:38 /
#7889
1. keyup() Message :keyup() is triggered!, keyCode = 173 which = 173
2. keydown() Message :keydown() is triggered!, keyCode = 173 which = 173
3. keypress() Message :keypress() is triggered!, keyCode = 0 which = 45
June 24, 2013
at 17:46 /
#7891
Where I can find the value of the coupon discount in the database? Could I try to modify there the value?
June 25, 2013
at 12:14 /
#7902
Of course, wp_options entry “reservations_coupons”.
Regards