• Resolved shakazulu1

    (@shakazulu1)


    Dokan appears to disable all of my coupons. How can I create coupons now? Is there somewhere I do this from within Dokan that I am missing? I do not see this functionality anywhere and my existing coupons don’t work. It says a coupon must be restricted with a vendor product. OK I understand that, but where do I restrict the coupon to which vendors? Where is this setting?

    Or does Dokan not support using coupons at all?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @shakazulu1 ,

    If you are using Dokan Lite then you are unable to use admin created coupon in the checkout. To avoid confusion we have disabled that. In Dokan Pro vendors can create coupons from their dashboard easily.

    If you still want to use the admin coupons in the checkout, use this code in your theme’s functions.php file –

    add_filter( 'dokan_ensure_vendor_coupon', '__return_false' );

    Thank you.

    Thread Starter shakazulu1

    (@shakazulu1)

    Thank you for the answer. That makes sense and I appreciate the answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Coupons no longer work’ is closed to new replies.