Vendor commission 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!

Viewing 2 reply threads
  • Author
    Posts
    • #122344
      paul-8288
      Participant

      The only commission we charge our vendors is the Stripe fees, which is 1.4% + 20p per transaction.

      So I put through a test transaction, with 2 items total and 3.99 postage, a total of £15.98. So the fees in stripe were £0.42.
      However in wcfm its showing as £0.61.

      I have added the following lines to my functions.php file but it still seems to be off by a bit.

      add_filter( 'wcfmmp_order_item_quantity', function( $quantity, $product_id, $variation_id, $item_price, $vendor_id, $order_id ) {
      	return 1;
      }, 50, 6 );
      add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );
      add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );

      Any idea what im doing wrong?

      Attachments:
      You must be logged in to view attached files.
    • #122483
      SebastianFloKa
      Participant

      It’s highly probable I’m wrong and I’m not from the support but did you check if it’s for sure not a pointseparation respectively commaseparation issue in the commission (0,20 Pound instead of 0.20 Pound)? I have so many trouble with WCFM requesting different ways at different setting locations, that’s why I’m hinting this to you …

    • #123229
      paul-8288
      Participant

      The point is right as it works for single items with no postage.

      I thought there was a 6 hour support turnaround for Ultimate clients?

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