• Resolved annabh

    (@annabh)


    I checked the Auto coupon to my coupon, and it’s not automatically applying to the cart. It’s a store with only one subscription product, and I didn’t customize any of the coupon settings except to make it a “Recurring product discount” and add a usage limit (which hasn’t been met).

    Any suggestions? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Soft79

    (@josk79)

    I don’t have the subscriptions plugin to test it, but I think this snippet solves it:

    add_filter( 'wjecf_coupon_has_a_value', function() { return true; } );

    Paste it anywhere in your child theme’s functions.php

    Thread Starter annabh

    (@annabh)

    That didn’t solve it, any other ideas? Thanks!

    Thread Starter annabh

    (@annabh)

    Never mind, got it working, I hadn’t entered a coupon code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Auto coupon not working’ is closed to new replies.