Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › Remove Coupon After Automatically Applied? › Reply To: Remove Coupon After Automatically Applied?
June 1, 2017 at 11:01 am
#1439
Soft79
Keymaster
Robert,
with the new 2.5.2 release, it is possible to have an option free gift selection. It requires a template override.
1) Copy wp-content/plugins/woocommerce-auto-added-coupons-pro/templates/coupon-select-free-product.php to wp-content/themes/YOUR_CHILD_THEME/woocommerce/auto-added-coupons/coupon-select-free-product.php
2) Replace $input_type = $allow_multiple_products ? 'number' : 'radio';
by $input_type = 'checkbox';
Now the radio-buttons will be replace by checkboxes, and it is also possible to checkout with no product selected.