Banner Logo

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

Vendor Commission Difference

WCMp Core

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #133478
      print88
      Participant

      I upgraded to 3.8.7 on 2022-01-20
      I have noticed that the COMMISSION is set to 0 (zero) on commission page but my VENDOR commission is set at 100.

      All my commission transfer have only been the taxes.

      I have since already rollback to a previous version.
      Can you check why this is happening?

    • #133495

      Sorry for the delayed response.

      We have faced the issue too, we will fix this issue as an urgent priority https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/1031

    • #133509
      michail_shapkin
      Participant

      Fix it:
      in classes\class-wcmp-calculate-commission.php line:744
      instead of:
      if ($vendor_commission || $vendor_commission == 0) {
      must be:
      if ($vendor_commission || $vendor_commission === 0) {

    • #133510
      michail_shapkin
      Participant

      to make vendor_commission=0 work, I did this:

    • #133542

      @print88, Sorry for the confusion.

      Our developer doubled checked this, seems like there should be an issue. So can you please share temporary admin access so we can check.

      While sharing access, don’t forget to mark the response as private.

Viewing 4 reply threads

The topic ‘Vendor Commission Difference’ is closed to new replies.