Advertisement
palsushobhan

misc-snippets-commission

Jul 13th, 2021
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. //To include the shipping amount into commission calculation
  2. add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
  3. //To include the tax amount into commission calculation
  4. add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement