vyskoczilova / woocommerce-payforpayment-old

Setup individual charges for each payment method in woocommerce.
19 stars 15 forks source link

Exclude only one product? #36

Open legion1978 opened 8 years ago

legion1978 commented 8 years ago

hi there is it possible to exclude one product (or category) from the additional charge?

thank you

mcguffin commented 8 years ago

This would be way too specific and could collide with the plugin settings. With some programming skills you could use the woocommerce_pay4pay_{$current_gateway_id}_amount filter in order to calculate a different fee under certain circumstances.