Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Problem with comissions
- This topic has 1 reply, 2 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- November 5, 2019 at 9:36 am #90695javierParticipant
Hello friends.
I need your help.
The commission to the sellers is charged correctly, however, when charging the total order it is necessary to apply the commission also to the shipping cost and the system does not have that function.It is necessary because the payment gateways charge us the commission of the total amount of the order. Currently the only way for the seller to assume those costs is if you place the free shipping.
It would be helpful to add the option of a commission on the cost of shipping to cover the cost of payment gateways.
Suggestion:
Commission for sale 9% of the value of the product (existing function)
4% shipping cost commission (to cover the costs of payment gateways) and the shipping cost would be sent to the seller, this function does not exist
The shipping cost commission could be modified by the marketplace administrator.
Problem example:
Imagine the current case with a commission of 9% and giving the cost of shipping to the seller. The payment gateway charges an average of 4% per transaction
Product: 10 usd
Shipping: 10 usd
Order total: 20 usdCommission charged for the sale of the product: 0.9 usd
Cost of the gateway for the charge of the shipment: 0.4 usd.
Cost of the gateway for product charge: 0.4 usd0.9 usd- 0.4usd- 0.4 usd= 0.1
Actual marketplace commission 0.1 usd
The platform is losing because the cost of the gateways is not taken into account for the shipping charge.
- November 11, 2019 at 5:00 pm #91797WCFM ForumMember
HI,
Please add this line to your site for the purpose-
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- The topic ‘Problem with comissions’ is closed to new replies.