Title: base fee
Last modified: August 30, 2016

---

# base fee

 *  Resolved [ilovechinese](https://wordpress.org/support/users/ilovechinese/)
 * (@ilovechinese)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/)
 * Hi,
 * Thanks again for your quick answer for my previous question. I have one more 
   question.
    Is it possible to add a base fee in addition to the set commission
   rate? The paypal policy is 2.9% +$0.30.
 * It would be great that the base fee $0.30 can be taken away from the vendor automatically
   so that I don’t have to charge a high percentage. Thanks.
 * I am willing to buy a version for this feature, but I prefer to allow the vendors
   to use the backend to edit their stuffs which I believe the current paid version
   doesn’t allow.
 * [https://wordpress.org/plugins/wc-vendors/](https://wordpress.org/plugins/wc-vendors/)

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

 *  [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * (@wcvendors)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207286)
 * It’s funny, that my first reply to your first post also is the same reply for
   this post.
 * KnowledgeBase articles are written for common questions. Check em out!
 * [http://www.wcvendors.com/knowledgebase/](http://www.wcvendors.com/knowledgebase/)
 * In there, you will find:
 * [http://www.wcvendors.com/knowledgebase/commissions-fixed-dollar-amount-fixed-plus-percentage/](http://www.wcvendors.com/knowledgebase/commissions-fixed-dollar-amount-fixed-plus-percentage/)
 * Amazing! 🙂
 *  Thread Starter [ilovechinese](https://wordpress.org/support/users/ilovechinese/)
 * (@ilovechinese)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207409)
 * Thanks, Ben.
 * I tested the code for the base fee. It didn’t work. Once I added the code, all
   the payment went to my account but not the vendor account. Once I removed the
   code, everything was normal again. I tested it with the paypal sandbox.
 *  [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * (@wcvendors)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207410)
 * Hi ilc,
 * Check out our free help forums, and do some searching. Some members have used
   other methods and other bits of code. You will find any question you ever ask
   answered already on our free help forums, which is why we strongly recommend 
   you check out wcvendors.com. 😉
 * Ben
 *  Thread Starter [ilovechinese](https://wordpress.org/support/users/ilovechinese/)
 * (@ilovechinese)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207420)
 * Hi, Ben,
 * The code that works on my end is
 * /* Add per item sold amount to commission */
 * add_filter( ‘wcv_commission_rate’, ‘my_wcv_custom_filter’, 10, 3 );
 * function my_wcv_custom_filter( $commission, $product_id, $product_price ) {
 *  return (((WCV_Commission::get_commission_rate( $product_id ) / 100) * $product_price)–.
   7);
 * }
 * 0.7 is the base fee which can be changed to whatever value. However, this code
   is only for one product. If a purchase contains multiple products, the code charge
   each product $0.7.
 *  [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * (@wcvendors)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207421)
 * It’s custom coding, it’s all up to you to write. 🙂 But again, I’ll tell you,
   for a fourth time, that wcvendors.com’s free help forum already has threads just
   like this, with perfect working solutions. I will not be able to help you with
   it, that’s what the free help forums are for. If you wish to use us for custom
   development, it’s $49 per hour to help you with your custom work.

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

The topic ‘base fee’ is closed to new replies.

 * ![](https://ps.w.org/wc-vendors/assets/icon.svg?rev=1645455)
 * [WC Vendors - WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors](https://wordpress.org/plugins/wc-vendors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-vendors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-vendors/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-vendors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-vendors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-vendors/reviews/)

## Tags

 * [commission](https://wordpress.org/support/topic-tag/commission/)

 * 5 replies
 * 2 participants
 * Last reply from: [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/base-fee/#post-6207421)
 * Status: resolved