Decrease Vendor Commission on Sale Volume

WCMp Core

Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #136207
      farazhussain3292
      Participant

      If vendor sales(completed orders) are 1-9 he will pay 15% commission, when no of completed orders rise to 10 then it will change to 20% & then 25% after 20 sales. Can you elaborate me how to set vendor commission to achieve this sale based scenario?

    • #136210

      Hi, thanks for reaching out to us.
      In order to set different commissions for different purchased quantity go to WCMp>Settings>Payments> What to Pay> Commission type and set the commission type as “Commission by purchase quantity” (see screenshot- https://prnt.sc/ePV-9NRakDtg )
      And once you save this option, you can set Commission variation from WCMp>Settings>Payments>Commission Variation (see screenshot- https://prnt.sc/pMPXMyNYU0gY )
      For more information refer to this link- https://multivendorx.com/knowledgebase/setting-up-commission-and-other-payments-for-wcmp/

    • #136211
      farazhussain3292
      Participant

      Purchased Quantity is applied on single order. I am talking about total number of orders generated for the vendor by different customers.

    • #136229

      Hi, the flow that you are looking for is currently not supported.

    • #136247
      farazhussain3292
      Participant

      Any hook or code that can help in custom code.

    • #136267

      Hi,
      As per your requirement you have to add good amount of custom code.

      Using below filter you can change the commission amount

      apply_filters('vendor_commission_amount', $amount, $product_id, $variation_id, $item, $order_id, $item_id);
      Copy

      Regards,

Viewing 5 reply threads

The topic ‘Decrease Vendor Commission on Sale Volume’ is closed to new replies.