Well first i wanna thanks the developer for this wonderful component! But is this me or its not possible to set a threshold limit 999? In a country like Taiwan it might be a problem cause its really easy to reach 1000$ so i am thinking is this intentionally forgot or? I have checked all parameters and set the right currency but its useless... i cannot set the value to 4 numbers.
Owner's replyHello, Thank you for this review and for this detected limit, you're right (and this feature will be corrected in the v0.60) !
You can normally correct this feature by editing the file :
/administrator/components/com_gwcoupons/views/cpntype/tmpl/form.php
Change in the line 91 : maxlength="3"
By a : maxlength="8"