• Hi all,

    I am creating a shop and need to apply an discount but will be executed manually. So I need an auto-applied coupon code but no need to change the cart amount at all. However I found it impossible to make a $0 or 0% coupon applied automatically when the condition is full-filled. It did work with “free shipping” is checked, but I do not want free shipping as well.

    Is there any way I can make a 0% coupon auto-apply?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Soft79

    (@josk79)

    You can use filter ‘wjecf_coupon_has_a_value’ for that. If it returns true, the coupon is considered to have a value.

    add_filter('wjecf_coupon_has_a_value', '__return_true');

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to auto apply a “ZERO DISCOUNT” Coupon?’ is closed to new replies.