Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16799
    Ariela Shahaf
    Participant

    I have different vendors with different coupon I want them to be valid with the rest of the site coupon but not with each other- can I do so?

    #16800
    Soft79
    Keymaster

    Not out-of-the-box. There is a plugin called ‘Coupon Exclusions’ which adverts with this functionality. May be worth a shot.

    #16804
    Ariela Shahaf
    Participant

    Can I limit the discount in the product level then?
    the vendor coupon give free product (he gets to choose from 3)
    can I have some limitation if the customer choose one gift he can not choose again with different vendor coupon on the same cart?

    #16832
    Soft79
    Keymaster

    No, not like that. If you know a little PHP you can use the following WooCommerce filters to allow/disallow certain coupon combinations:

    woocommerce_apply_individual_use_coupon (must return an array with already applied coupons that may be kept)
    woocommerce_apply_with_individual_use_coupon (must return a boolean whether a coupon can be applied while there are individual use coupons in the cart)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.