Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Commission per order
- This topic has 9 replies, 2 voices, and was last updated 5 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 13, 2019 at 12:29 pm #81441lakenParticipant
Hi,
maybe i´m blind but i can´t find the ability to choose commisions per order. It´s always füor each product. Is it possible to change this?
I want to chartge the vendors for the complete order only.Second, i want to add the commission as another section in the cart like Tax or shipping. So the customer can see it. Maybe a plugin will do this.
Example:
Tax: 10%
Shipping: 10$
Market-Fee: 1$Thank you!
- September 15, 2019 at 2:33 am #81750WCFM ForumMember
Hi,
I want to chartge the vendors for the complete order only.
– Sorry, not get this clearly.
Do you want to restrict vendors may withdraw commission only for “Completed Orders”?
Second, i want to add the commission as another section in the cart like Tax or shipping. So the customer can see it. Maybe a plugin will do this.
– Try this addon – https://wordpress.org/plugins/woo-add-custom-fee/Thank You
- September 15, 2019 at 8:35 pm #81831lakenParticipant
Hi,
i can set the commision as fixed or % or both. But everytime it counts for each product the customers buy. Is it possible to set it up only for the complete order? No matter how many products the customer buys?
The admin become the commisions from the vendors! (for expl. 1$ per order fix). The vendors charge the customers with this. I want to have all transparent. The customers have to pay a fee (1$) to the vendors and this fee is the commision the vendors give to the admin.Order = 100$
Fee = 1$
The customer pay 101$
The vendor pay 1 $ to the admin.If this is impossible or a complete wrong way, maybe i have to think this al over again.
Thank you!
- September 17, 2019 at 10:18 pm #82191WCFM ForumMember
Hi,
Please add this to your site –
add_filter( 'wcfmmp_is_allow_commission_fixed_per_unit', '__return_false' );
And set commission setting like this – https://ibb.co/Tg0qYj1
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
- September 18, 2019 at 3:33 am #82238lakenParticipantThis reply has been marked as private.
- September 19, 2019 at 5:59 pm #82480WCFM ForumMember
Hi,
Kindly show me order details screenshot for this order.
Is there has any Tax and Shipping cost?
Thank You
- September 21, 2019 at 3:07 am #82730lakenParticipantThis reply has been marked as private.
- September 22, 2019 at 2:45 pm #82922WCFM ForumMember
Hi,
Do you have added this code to your site –
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
If so, then please update WCFM Marketplace to latest version, 3.2.2 and create a new order.
Thank You
- September 26, 2019 at 2:13 am #83636lakenParticipant
Hi, so added both lines and it works now.
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' ); add_filter( 'wcfmmp_is_allow_commission_fixed_per_unit', '__return_false' );
Thank you!
- September 27, 2019 at 1:04 pm #83965WCFM ForumMember
Great, thanks for the update,
- AuthorPosts
- The topic ‘Commission per order’ is closed to new replies.