• Resolved dachstation

    (@dachstation)


    Hello Dokan Team,

    we are using the Dokan Lite Plugin and are Happy how functional it is!
    We ran into a problem relating to calculating the earnings of a Vendor and need help.

    The Problem is how dokan calculates the earnings of each product that is sold.

    Right now it looks like:
    Earnings = (product price * commission rate) + shipping fees + tax

    and this is how we need it to be:
    Earnings = ((product price + tax) * commission rate) + shipping fees

    In Numbers it is:
    Earnings (16,56) = (12,18€ * 0.8) + 4,50€ + 2,32€ for the first example and
    Earnings (16,10) = (12,18€ + 2,32€) * 0.8) + 4,50€ for the second example…

    Taxes are 19% of the product price and we take 20% Admin Commissions (for info)

    We definetly need to get to the 16,10€ for that product case, otherwise we will lose money, we would be extremely happy to receive your help regarding that problem. We changed everything in the settings (Shipping Fee Recipient, Tax Fee Recipient, Option for entering the product price with and without the taxes) so we eventually get to the 16,10€ but no combination works.

    Looking forward for your reply! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @dachstation,

    Currently, the admin commission of Dokan is calculated only on the product price. The tax and shipping is not included under admin commission calculation.

    If you want to change the way of calculating admin commission, it will require proper customization which we are unable to provide according to our support policy. You can have a look at wp-content/dokan-lite/includes/Commission.php file to change the admin commission calculation of Dokan.

    Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @dachstation,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Admin Commission including TAX’ is closed to new replies.