Hi, thanks for your response.
A plugin XYZ offers custom features on base of individual product and on base of overall cart, and making this happen using Fees. I am supposed to write another plugin to modify the prices (increase/decrease) under certain conditions.
I tracked back the WooCommerce WC()->cart->add_fee() method but it looked like there is no filter hook available to modify price for a Fee.
I looked into the file \woocommerce\includes\class-wc-cart-fees.php
Your thoughts?
Thanks a lot.