I generated a coupon, which was a 50% discount coupon. The maximum discount value was kept at Rs.200. But after that when I generated its duplicate coupon, 200 was not written in the maximum discount value.
]]>I’ve installed this plugin and it looks pretty good and works like a charm. Except for downloading the CSV-codes. When I download this, I can only download the file of the very first bulk order, not newer ones (so the file contains the coupon codes of an older submission – when I try to generate new codes, the CSV-file only contains the old codes with the old tagname). This makes the plugin useless for me. ??
Is this fixable?
]]>Hi found a tiny TYPO error in coupon-bulker/admin/class-coupon-bulker-admin.php
line: 292
$new_coupon->set_minimum_amount($orig_coupon->get_maximum_amount());
think it should be:
$new_coupon->set_minimum_amount($orig_coupon->get_minimum_amount());
can you check!
Great Script!
]]>Hi there,
we noticed that the bulker (otherwise working great) does NOT copy over the “limited” options https://woocommerce.com/document/limited-payment-coupon-guide/
such as “Active for x payments”…. the clones/copies will have the DEFAULT of “unlimited”. See in this screenshot which option I mean https://woocommerce.com/wp-content/uploads/2018/10/1_Edit_coupon_screen_blank.png
We can reproduce this in two environments, so I think it’s just something you just don’t currenly support (because less common/not everybody uses subscriptions module, we understand that).
Is it something you could investigate/improve?
Many thanks in advance,
]]>Hi, this is a handy plugin! Some improvements I’d like to see:
Can you share a PHP snippet to alter the digit length, until a setting is integrated?
]]>