Commission calculation seems wrong!

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Commission calculation seems wrong!

Viewing 4 reply threads
  • Author
    Posts
    • #107391
      wayneglass03
      Participant

      Can you please explain how/when % commission is calculated with strip split pay, something seems off….

      I am using uk seller/buyer with the stripe UK test card, the fee should be 1.4% + 0.2£

      Item = 10£
      shipping = 6£

      total = 16

      with commission set at 10%

      Stripe fee = 0.42£
      application fee = 1£

      THIS DOES NOT ADD UP IN ANY WAY.

    • #107444
      wayneglass03
      Participant

      I now see what i overlooked, but can you tell me how to include shipping in the calculation, i dont see an option anywhere.

    • #107831
      WCFM Forum
      Keymaster

      HI,

      You may add this line to apply commission rule on shipping cost –

      add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );

      Also may add this line to apply on Tax cost –

      add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #108202
      wayneglass03
      Participant

      I used this with the snippets plugin, stripe shows commission correctly. Thank you very much. Maybe adding a toggle for this could be a good feature to consider.

      Can you tell me if there is a way to edit the colour of the menu toggle and notification bubbles in the dashboard?

    • #108679
      WCFM Forum
      Keymaster

      Please setup dashboard elements colors from WCFM Admin Setting -> Dashboard Style – https://ibb.co/LzD2pkn

Viewing 4 reply threads
  • You must be logged in to reply to this topic.