• Resolved Ahmet Kaptan

    (@kabiahmet)


    this ishow it is right now
    commission = product price * commission rate

    and this is how i want it to be
    commission = (product price + tax) * commission rate

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @kabiahmet,

    By default, Dokan calculates admin commission based on the product price, excluding Tax & Shipping fees.

    If you want to change the default calculation behavior of Dokan, then it will require additional customization.

    In that case, you can investigate the Commission.php file and make changes as per your requirement. Also, the file is located in the following directory –
    wp-content\plugins\dokan-lite\includes

    Thank you,

    Thread Starter Ahmet Kaptan

    (@kabiahmet)

    thanks for answering o7

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dokan Tax Problem’ is closed to new replies.