Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Coupons can be used for products other than the vendor that created the coupon

WCMp Core

Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #120620
      Naoya Ishikawa
      Participant

      Below is the continuation of the ticket
      https://multivendorx.com/support-forum/topic/coupons-can-be-used-for-products-other-than-the-vendor-that-created-the-coupon/

      When a vendor creates a category coupon, you can get a discount on products sold by other vendors. Is there a way to ensure that the discount applies only to the product of the vendor who created the coupon?
      Or is it possible to prohibit the creation of coupons based on categories or hide the creation area?

      The applied coupon is a coupon created by one vendor based on the category.
      As you can see from the attached image, the discount has also been applied to products created by other vendors.

    • #120622
      Naoya Ishikawa
      Participant

      Add image

    • #120733

      @Naoya Ishikawa, we have created a coupon code for a category and tried to apply that coupon for another vendor product.

      As you can see, the coupon is not getting applied: https://www.loom.com/share/510eb63627b447b8921dc35bc95ee334

      Can you please check again the flow?

      If the issue exists, disable all the plugins except WooCommerce, WCMp, and our addons. Then check the flow again.

    • #120736
      Naoya Ishikawa
      Participant

      Coupons will not apply if only non-qualified items are in the cart. However, when the target product and the non-target product are mixed in the cart, it seems that the discount is applied to both.

    • #120745

      @Naoya Ishikawa, can you share some videos to explain this, so we can check accordingly.

    • #120754
      Naoya Ishikawa
      Participant
      This reply has been marked as private.
    • #120873

      @Naoya Ishikawa thanks for helping us with the flow.

      We will fix this in our next update.

    • #121464
      Naoya Ishikawa
      Participant

      After the update, I tested it again, but it doesn’t seem to be fixed. I’m sorry if it wasn’t the target of this update.

    • #121522

      @Naoya Ishikawa, this issue is coming from WCMp Frontend Manager, we are working on this fix. Hopefully, within a week we can share the plugin folder.

    • #123930
      webmaster.mid
      Participant

      Hello! I’m experiencing same issue. Has this been fixed?

    • #123939
      webmaster.mid
      Participant

      Got it working through filter:

      add_filter( 'wcmp_vendor_coupon_types_valid_for_product', 'add_percent_coupon_type' );
      function add_percent_coupon_type( $types ){
      	$types[] = 'percent';
      	return $types;
      }
      Copy
    • #123995

      Hi webmaster , Thank you for the update

Viewing 11 reply threads

The topic ‘Coupons can be used for products other than the vendor that created the coupon’ is closed to new replies.