Error calculated tax goes to vendor

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #56559
      Christian
      Guest

      Hi,

      I have configured “tax goes to vendor”. This is normal becouse my products have vat. My problem is that the taxes should be calculated only from the percetage of commission that I have assigned to the vendor. In my case 85% of the total. Now the total purchase taxes are transferred.

      How do you have to configure so that only your commission percentage taxes are transferred?

      Cinfiguration comissions

    • #56683
      WCFM Forum
      Keymaster

      Hi,

      My problem is that the taxes should be calculated only from the percetage of commission that I have assigned to the vendor.

      – Well, in general Tax and Shipping total cost either goes to vendor or admin. Commission rule does not apply on them.

      But it’s possible to apply commission rule on those as well.

      For Tax you have to add this in child theme’s functions.php –

      add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );

      For shipping you have to add this –

      add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );

      Thank You

    • #56698
      Christian Núñez Gonçalves
      Guest

      Thank you very much.
      Now the commission is correct for my use.

      Would it be possible for the sales total of the vendor to come out intact?
      Now the VAT that is not transferred from the total is subtracted. I show a capture. The gross purchase is 110.

      Thank you very much for your help.

      Example

    • #56744
      WCFM Forum
      Keymaster

      OK, we will take care of this in coming update.

      Thank You

Viewing 3 reply threads
  • The topic ‘Error calculated tax goes to vendor’ is closed to new replies.