Banner Logo

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

Commission type: %age + fixed per transation (not per order)

WCMp Core

Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #126199
      webmaster.mid
      Participant

      Hello.

      My marketplace uses the “%age + fixed per transation” option and WCMp is charging a fixed amount per product (LINE ITEM) in commission, not per transaction (order) as its name purpose.

      I’ve been investigating and I got to this old support ticket:
      https://multivendorx.com/support-forum/topic/vendor-commission-fixed-per-order/

      Have you made any changes?

      It doesn’t make any sense to have it named as “per transaction”, because it’s not per transaction in fact. It should charge per commission created, that is, per vendor (or suborder, that’s the same).

      Hence, the “commission type” should have the following options:
      1. %age + fixed per product – It charges per line item – current behavior.
      2. %age + fixed per transaction – It charges per commission (vendor)
      3. %age + fixed per product unit – This option already exists.

    • #126283

      Hi @webmaster.mid, let us help you out how “%age + fixed per transaction works :

      Percentage of the transaction/sale value + a fixed amount per transaction – Product A is priced at $200 and Commission percentage in case of Admin Fees is set to 5% and a Fixed amount of $10 has been set, customer orders 4 Product A. You will receive a fees of $50 [ ( (200*4) * 5/100 ) + 10 ] while vendor receives the rest $750.

      let us know if you need any further help.

      • #126308
        webmaster.mid
        Participant

        Hi!

        What if I have a Product A and Product B from the same vendor?

        Product A – 5% + $10
        Product B – 5% + $10

        Total fixed amount = $20
        That way, it’s not per transaction. It’s per product bought.

    • #126405

      @webmaster.mid, these commission settings are calculated per vendor.

    • #126434
      webmaster.mid
      Participant

      Hello. You always help me a lot, but at this time, you’re not paying attention to my threads. 🙁
      I’m a developer and I’ve analysed the WCMp code in Github.

      I’ve set in WCMp settings to work with 5% + $ 10 fixed per transaction.

      I have a single order with:
      Vendor A/Product A
      Vendor A/Product B

      It’s not being charged only $10 as it was supposed to be (just one vendor). It’s charging $20!!!
      Hence, my conclusion is that it’s not charging a fixed amount PER TRANSACTION. It’s charging per PRODUCT.

      Please, read this old topic here, it’s the same subject:
      https://multivendorx.com/support-forum/topic/vendor-commission-fixed-per-order/

    • #126435
      webmaster.mid
      Participant

      If you’re a developer, see it here:
      https://prnt.sc/1q9ixl8

      It’s charging PER ITEM, not per transaction. So, considering this:
      The “commission type” should have the following options:
      1. %age + fixed per product – It charges per line item – current behavior.
      2. %age + fixed per transaction – It charges per commission (vendor)
      3. %age + fixed per product unit – This option already exists.

    • #126491

      @webmaster.mid, as per our flow we consider one transaction per order item i.e.%age + fixed per transaction (per vendor per product).
      Hence if you purchase two separate products from the same vendor, it will consider as two transactions.

      However, in our next update, we will add %age + fixed per transaction (per vendor)
      You can track the progress of this issue from here : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/934

    • #126505
      webmaster.mid
      Participant

      Great to know that, Raju. I’ve made a quick fix to meet my business rules and I don’t know if it may help you:

      I’ve zeroed “commission_fixed” and “commission_val” per item and now I’m calculating it before saving commission (considering that each commission is a suborder).

      It worked

    • #126517

      @webmaster.mid, thanks for taking your time out and helping us with the idea. This will definitely help us.

    • #129654

      Hi, we haven’t heard back from you for a while. We presume this issue has been fixed.

      Please open another thread if you need any further help

Viewing 8 reply threads

The topic ‘Commission type: %age + fixed per transation (not per order)’ is closed to new replies.