Commission per order

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 9 reply threads
  • Author
    Posts
    • #81441
      laken
      Participant

      Hi,

      maybe i´m blind but i can´t find the ability to choose commisions per order. It´s always füor each product. Is it possible to change this?
      I want to chartge the vendors for the complete order only.

      Second, i want to add the commission as another section in the cart like Tax or shipping. So the customer can see it. Maybe a plugin will do this.

      Example:
      Tax: 10%
      Shipping: 10$
      Market-Fee: 1$

      Thank you!

    • #81750
      WCFM Forum
      Keymaster

      Hi,

      I want to chartge the vendors for the complete order only.

      – Sorry, not get this clearly.

      Do you want to restrict vendors may withdraw commission only for “Completed Orders”?

      Second, i want to add the commission as another section in the cart like Tax or shipping. So the customer can see it. Maybe a plugin will do this.
      – Try this addon – https://wordpress.org/plugins/woo-add-custom-fee/

      Thank You

    • #81831
      laken
      Participant

      Hi,

      i can set the commision as fixed or % or both. But everytime it counts for each product the customers buy. Is it possible to set it up only for the complete order? No matter how many products the customer buys?
      The admin become the commisions from the vendors! (for expl. 1$ per order fix). The vendors charge the customers with this. I want to have all transparent. The customers have to pay a fee (1$) to the vendors and this fee is the commision the vendors give to the admin.

      Order = 100$
      Fee = 1$
      The customer pay 101$
      The vendor pay 1 $ to the admin.

      If this is impossible or a complete wrong way, maybe i have to think this al over again.

      Thank you!

    • #82191
      WCFM Forum
      Keymaster

      Hi,

      Please add this to your site –

      add_filter( 'wcfmmp_is_allow_commission_fixed_per_unit', '__return_false' );

      And set commission setting like this – https://ibb.co/Tg0qYj1

      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

    • #82238
      laken
      Participant
      This reply has been marked as private.
    • #82480
      WCFM Forum
      Keymaster

      Hi,

      Kindly show me order details screenshot for this order.

      Is there has any Tax and Shipping cost?

      Thank You

    • #82730
      laken
      Participant
      This reply has been marked as private.
    • #82922
      WCFM Forum
      Keymaster

      Hi,

      Do you have added this code to your site – add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );

      If so, then please update WCFM Marketplace to latest version, 3.2.2 and create a new order.

      Thank You

    • #83636
      laken
      Participant

      Hi, so added both lines and it works now.

      add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
      add_filter( 'wcfmmp_is_allow_commission_fixed_per_unit', '__return_false' );

      Thank you!

    • #83965
      WCFM Forum
      Keymaster

      Great, thanks for the update,

Viewing 9 reply threads
  • The topic ‘Commission per order’ is closed to new replies.