Problem with Commissions WCFM
-
Hi,
I have a WCFM webpage. The commissions of admin are:
Commision = X % of order without taxes ( order + shipping)
Total commision = commission + taxes of commission ( 21% of commission )
The shipping is always a price fixed for the total of order ( 5€, 4€…) + 21% of taxes
When i have a order without shipping or shipping=0 all is perfect.
But when i have a shipping with cost the commissions are bad.
Here is my commission settings: https://ibb.co/kByyQ8m
Order without shipping: https://ibb.co/6rcY1vQ
Order with shipping: https://ibb.co/svxGgz2
In the first case ( without shipping ) the commission is:
24,91 * (10/100) ( commission %) + 2,491 * (21/100) (taxes of commission 21%) = 3,01
In the second case ( with shipping 5€ fix + 21% taxes of shipping), the commission must be:
(24,91 + 5) * (10/100) ( commission %) + commission % * (21/100) (taxes of commission 21%)
2,991 + 2,991 * (21/100)
2,991 + 0,628 = 3,619
Any idea???
Any solution???
Thanks
- The topic ‘Problem with Commissions WCFM’ is closed to new replies.