Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //To include the shipping amount into commission calculation
- add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
- //To include the tax amount into commission calculation
- add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement