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?
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%?
@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
Hey please update about the 2nd query in the thread. LINK
@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
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: http://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 : http://wcmpdemos.com/addon/WCMp/wp-admin/post.php?post=9259&action=edit
Let us know if you have any further query.