• Resolved Saurabh Jain

    (@saurabhj91)


    Hi Team,

    Could you please tell me what is the commission flow?

    I have 3 types of commission

    1. Overall commission – A common commission for each vendor (e.g: 10%)
    2. Vendor commission – If I have entered a commission for a vendor using edit profile then the overall commission should not use. (vendor commission – 15%). While calculating commission, it should take 15% instead of 10%.
    3. Product commission – If this commission is entered then all other types should be ignored. (Product commission – 20%) While calculating commission should be calculated from 20% instead of 10% and 15%.

    Is the current flow same?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Saurabh Jain

    (@saurabhj91)

    I tried to enter product commission 70% and the overall commission is 80% then the commission should be calculated using 70% but now it is calculating using 80%. Please let me know what could be the issue?

    Thread Starter Saurabh Jain

    (@saurabhj91)

    Also, Can we have a commission category wise? Means, if vendor A is dealing in two categories then the commission % for category 1 will be 10% and category 2 will be 15%?

    Subrata Mal

    (@dualcube_subrata)

    @saurabhj91,

    For that you have to create a custom commission field in WooCommerce category page and save field value to ‘product category meta’. After that there is a filter in WC Marketplace called wcmp_get_commission_amount. Using this filter you have to calculate product commission from product category custom commission filed value and return the calculated commission value.

    Thanks and regards,
    Subrata Mal

    Thread Starter Saurabh Jain

    (@saurabhj91)

    Hey please update about the 2nd query in the thread. LINK

    Subrata Mal

    (@dualcube_subrata)

    @saurabhj91,

    Commission flow of WC Marketplace as stated below.

    First Priority: Product Wise Commission

    Second Priority:Vendor Wise Commission

    Third Priority: Global Commission

    For example if you set global commission 10%, vendor wise commission 12% and product wise commission 15% then system will take 15% as vendor commission.

    Thanks and regards,
    Subrata Mal

    Thread Starter Saurabh Jain

    (@saurabhj91)

    Hi @dualcube_subrata,

    It was not working. I had set global, vendor and product commission. The system was taking only global commission and calculating.

    @saurabhj91 We have doubled check this on our side, the priority is always highest for the Product wise. You can check the same on our demo site for product: https://wcmpdemos.com/addon/WCMp/product/krafie/. The product commission set to 50% and the global commission is set to 10%.

    If you check the commission id for this product, you can see the commission has been calculated product wise : https://wcmpdemos.com/addon/WCMp/wp-admin/post.php?post=9259&action=edit

    Let us know if you have any further query.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘What is the commission flow?’ is closed to new replies.