Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Commission calculation is not considering TAX (Only for the product net price)

WCMp Core

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #113781
      Ariel Peteri
      Participant

      This is an example of the issue:

      Product Net Price: $100
      VAT (19%): $19
      Total Price: $119

      Shipping: $11
      Total Paid Price: $130

      WCMP Current Commission (Assuming 10%): $10 (10% x Product Net Price[$100])
      Commission that we need (assuming 10%): $11,9 (10% x Total Price[$119])

      We didn’t find any setup for this, the only thing we found is about who pays the taxes Vendor or Administration which transfer the whole TAX (VAT) to one of the parties. I understan that we have to fix this through a custome code, any IDEA of where we have to modify and what should be the correct code?

      Attached theres a real example where you can see that the comission (10%) is calculated over the net price.

      Thank you

    • #113948

      Hi,
      As per our default flow commission calculated only on product amount.
      If you ant to change the default flow than you have to add some custom code as per your requirement.

      Regards,

    • #114135
      Anonymous
      Inactive

      I noticed this as well. My work around is to use the WITHDRAWAL FEE instead of the commission.

      So i would charge 10% withdrawal fee and 100% in commission instead of 90% commission.

    • #114191

      Hi,
      Currently, we are calculating commission only on item( product ) net price. Because shipping, tax, fees this can be modified or added ( extra fees ) by lots of third party plugin. So if we added this within commission it will never be matched with the actual price. That’s why we have done this only with items price. But do not take any worry. We have already given flexibility in our coding. You can easily modify as per your requirement.
      By

      wcmp_commission_before_save_commission_total
      Copy

      this hook you can update commission amount before it save. And by

      wcmp_commission_total_amount
      Copy

      this hook you can modify total commission value.
      Let us know for any further help.

    • #118181

      We have not received any update from you for a long. Hope this ticket is already been resolved.

      We are now closing this ticket. Kindly create a new one if you need any further help.

Viewing 4 reply threads

The topic ‘Commission calculation is not considering TAX (Only for the product net price)’ is closed to new replies.