Dokan restrict Coupon
-
Hello,
I find a post where @roshni07 give a method to solve my problem with dokan and coupon.
“We removed the admin coupon to be applied on the cart because of some issue that we get complained off. In case you need to use the coupon you need to comment out the line mentioned on your query.
That means you need to put // before the line add_filter( ‘woocommerce_coupon_is_valid’, array( $this, ‘ensure_vendor_coupon’ ), 10, 3 );”
I want use some coupon on my website, but when i try a coupon code i have this issue : “A coupon must be restricted with a vendor product.”
I can not find the dokan-lite/includes/class-order-manager.php
Can you help me to solve this issus ?
- The topic ‘Dokan restrict Coupon’ is closed to new replies.