Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Vendor commission wrong
- This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago by paul-8288.
- AuthorPosts
- April 24, 2020 at 4:31 am #122344paul-8288Participant
The only commission we charge our vendors is the Stripe fees, which is 1.4% + 20p per transaction.
So I put through a test transaction, with 2 items total and 3.99 postage, a total of £15.98. So the fees in stripe were £0.42.
However in wcfm its showing as £0.61.I have added the following lines to my functions.php file but it still seems to be off by a bit.
add_filter( 'wcfmmp_order_item_quantity', function( $quantity, $product_id, $variation_id, $item_price, $vendor_id, $order_id ) { return 1; }, 50, 6 ); add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' ); add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
Any idea what im doing wrong?
Attachments:
You must be logged in to view attached files. - April 24, 2020 at 2:27 pm #122483SebastianFloKaParticipant
It’s highly probable I’m wrong and I’m not from the support but did you check if it’s for sure not a pointseparation respectively commaseparation issue in the commission (0,20 Pound instead of 0.20 Pound)? I have so many trouble with WCFM requesting different ways at different setting locations, that’s why I’m hinting this to you …
- April 26, 2020 at 3:32 pm #123229paul-8288Participant
The point is right as it works for single items with no postage.
I thought there was a 6 hour support turnaround for Ultimate clients?
- AuthorPosts
- You must be logged in to reply to this topic.