• Resolved hawhman

    (@hawhman)


    Hola.
    El sistema de comisión percent + fixed hace lo siguiente:
    Por ejemplo, valores comisión: percent 10% – Fixed: 1€

    Venta: 2 productos de 10€ unidad -> Percent 1€+1€ + fixed 0.25€+0.25€
    Total comisión: 2.50€

    ?Es posible que la comisión se calcule 10% del total más una única parte fija?
    Así:
    Venta: 2 productos de 10€ unidad -> Percent 1€+1€ + fixed 0.25€
    Total comisión: 2.25€

    Es decir, la parte fija que no dependa del número de productos.
    Gracias

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

    (@wclovers)

    HI,

    2 productos de 10€ unidad -> Percent 1€+1€ + fixed 0.25€
    Total comisión: 2.25€

    – What is “2 products” here? 2 different products or 1 product in quantity 2?

    If it’s 1 product at quantity 2 then this can be change to consider “Fixed commission” only once.

    For this, you have to add this line to your site –

    add_filter( 'wcfmmp_is_allow_commission_fixed_per_unit', '__return_false' );

    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://www.ads-software.com/plugins/code-snippets/

    Thank You

    Thread Starter hawhman

    (@hawhman)

    Thanks!

    Plugin Author WC Lovers

    (@wclovers)

    Welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Commision percent + fixed’ is closed to new replies.