• Resolved mairatorresani

    (@mairatorresani)


    I have checked the “Shipping cost goes to vendor” option in my commission settings, and in all membership plans, but the shipping value is not showing to the vendor. In my admin account I see the cost, but when logged in as a vendor it is not showing shipping line items or shipping total

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

    (@wclovers)

    HI,

    Do you have enable and setup Shipping as vendor?

    If shipping cost is generated for vendor then only that setting rule will be applied.

    But if shipping is generated for Admin then it will be always go to Admin.

    Please check this to setup shipping for vendors – https://wclovers.com/knowledgebase/wcfm-marketplace-store-shipping/

    Thank You

    Thread Starter mairatorresani

    (@mairatorresani)

    Hi, thank you for answering.
    There was a setting missing, now it is showing!!
    But I would like to calculate the commission over the total amount of the order, products + shipping, can I do that? Because I see the taxes are calculate over the product price, but my payment gateway charges me over the total

    Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Thanks for the update.

    Please add this 2 lines to your child theme’s functions.php –

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

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Shipping cost goes to vendor” option not working’ is closed to new replies.