Commissions to Include Shipping and Tax
-
Hello –
I am using a shipping plugin that allows vendors to purchase and print shipping real time labels from my account with a 3rd party shipping service.
As such the shipping cost needs to come to me as the administrator.
Woo payments takes their fee from the Gross amount (Item cost + Shipping + Tax) whereas the commission is only coming from the net amount (item cost).
I need to have the commission come from the gross amount (item + shipping + tax) WHILE having the shipping funds come to me as the administration (ie NOT clicking shipping cost to vendor button)I have attempted to add the following .php code as suggested in a seperate forum but this did not work.
add_filter( ‘wcfmmp_is_allow_commission_on_tax’, ‘__return_true’ ); add_filter( ‘wcfmmp_is_allow_commission_on_shipping’, ‘__return_true’ );
Please advise,
Jeff
- The topic ‘Commissions to Include Shipping and Tax’ is closed to new replies.