Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Commission calculation seems wrong!
Tagged: THIS DOES NOT ADD UP IN ANY WAY.
- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by WCFM Forum.
- AuthorPosts
- February 17, 2020 at 1:35 am #107391wayneglass03Participant
Can you please explain how/when % commission is calculated with strip split pay, something seems off….
I am using uk seller/buyer with the stripe UK test card, the fee should be 1.4% + 0.2£
Item = 10£
shipping = 6£total = 16
with commission set at 10%
Stripe fee = 0.42£
application fee = 1£THIS DOES NOT ADD UP IN ANY WAY.
- February 17, 2020 at 2:40 pm #107444wayneglass03Participant
I now see what i overlooked, but can you tell me how to include shipping in the calculation, i dont see an option anywhere.
- February 19, 2020 at 3:20 pm #107831WCFM ForumMember
HI,
You may add this line to apply commission rule on shipping cost –
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
Also may add this line to apply on Tax cost –
add_filter( 'wcfmmp_is_allow_commission_on_tax', '__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
- February 21, 2020 at 4:44 pm #108202wayneglass03Participant
I used this with the snippets plugin, stripe shows commission correctly. Thank you very much. Maybe adding a toggle for this could be a good feature to consider.
Can you tell me if there is a way to edit the colour of the menu toggle and notification bubbles in the dashboard?
- February 25, 2020 at 1:08 pm #108679WCFM ForumMember
Please setup dashboard elements colors from WCFM Admin Setting -> Dashboard Style – https://ibb.co/LzD2pkn
- AuthorPosts
- You must be logged in to reply to this topic.