Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Critical Bug Split Payment
- This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago by shitT.
- AuthorPosts
- March 14, 2019 at 8:54 am #52553shitTParticipant
Hello
I tested Split Pay with the new release doing 2 orders. I have a vendor commission of 90%.
The fees collected on Stripe side are correct (see screenshot: 55.71 CHF and 83.57 CHF).
On your side, the revenue is wrong (544.29 CHF and 816.43 CHF). I expect 501.39 and 732.86 CHF.May I ask you to test a similar case on your side before you come back to me?
Cheers,
GilbertAttachments:
You must be logged in to view attached files. - March 14, 2019 at 5:38 pm #52688WCFM ForumMember
Hi,
On your side, the revenue is wrong (544.29 CHF and 816.43 CHF). I expect 501.39 and 732.86 CHF.
– Why this is wrong? Or, you are expecting this?
https://wclovers.com/wp-content/uploads/2019/03/Screenshot-2019-03-14-at-09.22.25.png – Nothing wrong in this calculation! it’s calculated commission as per rule – 90%
What you have setting for Tax, hope it’s set for -> Vendors
Now, commission rule does not apply on Taxes, it’s either for Admin or Vendor!
Do you want to tweak this and want to apply commission rule (90%) on Taxes as well?
Thank You
- March 15, 2019 at 11:53 am #52819shitTParticipant
Thanks a lot, you’ve pinpointed my issue!
How can I tweak this to apply the commission rule on taxes as well?
- March 16, 2019 at 9:32 am #52951WCFM ForumMember
Hi,
Please add this line to your child theme’s functions.php –
add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );
For Shipping –
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
Thank You
- March 19, 2019 at 10:32 am #53476shitTParticipant
OK. Thanks. I’ll check this out!
- AuthorPosts
- The topic ‘Critical Bug Split Payment’ is closed to new replies.