phrazer Slovenia Member since Mar 2017 phrazer Aug 4 2017 10:50 am when you save it always gets DISABLED, no way to enable discount.
tim Sweden Member since May 2013 tim Aug 4 2017 04:16 pm Ok. I will see if I can reproduce this wity the latest version. Meantime you can enable them by setting their status to 1 in mysql.
tim Sweden Member since May 2013 tim Aug 6 2017 01:41 am Issue confirmed.In edit_discount_code.inc.php**Find**<?php echo functions::form_draw_toggle('e/d', true); ?>**Replace with**<?php echo functions::form_draw_toggle('status', true, 'e/d'); ?>I have updated the add-on.