• We have to charge for commission based on the total amount of the sale inc of GST and shipping.

    i.e. on a total sale amount of $100 (based on 4 products sold @ $25 each)

    Charge 3.15% + $0.55c.

    i.e. ($100 * 3.15%) + $0.55 = $3.70 commission.

    Would this setup achieve the above: ibb.co/whGbG1L

    What appears to happening is that the $0.55c is being charged per product rather than once for the total transaction??? – We think?

    We also need to override the commission to be 20% of total order value, per vendor in some instances, would this setup: ibb.co/Q877fvN achieve the 20% commission on total order value: i.e. ($100 * 20%) = $20 commission.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Add this lines to your site –

    add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );
    add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin –?https://www.ads-software.com/plugins/code-snippets/

    Thread Starter davejwnz

    (@davejwnz)

    Also we are only using ‘Stripe Split Pay’, how would we configure to ensure that the stripe fees are passed to the vendor when using ‘Stripe Split Pay’.

    If only ‘Stripe Split Pay’ is used then the Withdrawal charges shows no options for entering values when choosing ‘Percent + Fixed’ as shown in the image below.

    https://ibb.co/9pFG7r0

    Or do we need to select ‘Stripe’ and ‘Stripe Split Pay’ as Withdrawl Payment Methods??

    Plugin Author WC Lovers

    (@wclovers)

    “Withdrawal Charges” does not apply for Stripe Split pay as it’s not a withdrawal.

    Are you using Stripe SCA?

    Thread Starter davejwnz

    (@davejwnz)

    No we are not currently using Stripe SCA.

    So how would we pass/setup the Stripe fees for the transaction (sale) and for the payments to vendors.

    2.9% + 30c for transaction (Sale)
    0.25% + 25c for payments to stores

    Plugin Author WC Lovers

    (@wclovers)

    No we are not currently using Stripe SCA.

    – OK, then just use “Direct Charges” option. Using this Stripe transaction fee will be deducted from vendor’s payment. You do not have to setup anything.

    https://ibb.co/55TGbnT

    Thread Starter davejwnz

    (@davejwnz)

    Thank you, we will test.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Correct settings for commission’ is closed to new replies.