Sorry, should have checked that as well.
Using Firefox, when I click generate coupons, I get this error in the console:
ReferenceError: WCCG_Generator is not defined[Learn More]
admin.php:370:11
<anonymous>
https://giborim.roleplay.geek.co.il/wp-admin/admin.php:370:11
i
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:27444
fireWith
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:28213
ready
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:30004
K
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:30366
From looking at the relevant line (admin.php:370) in Firefox dev console, it looks like the “minimum_amount” form input line, and there is no Javascript there.
In Chrome the dev console says this:
admin.php?page=woocommerce_coupon_generator&step=3:370 Uncaught ReferenceError: WCCG_Generator is not defined
at HTMLDocument.<anonymous> (admin.php?page=woocommerce_coupon_generator&step=3:370)
at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
There are otherwise no notices in any of the other steps.