Quantcast
Channel: Topic Tag: action | WordPress.org
Viewing all articles
Browse latest Browse all 897

How to remove shipping tax listitem in orders-details

$
0
0

Hello,

I need help on removing the shipping tax in the orders-details view for vendors.
I can see that this hook:

do_action( ‘after_wcfm_orders_details_items’, $order_id, $order, $line_items )

is getting the listitems and shows them on the view.
This action is added by some class files. For instance “class-wcfm-wcfmmarketplace”.
I think the only way to override this action’s behavior is to modify this class file and replace it with the corresponding class file in the plugin?

Thank you for your help.


Viewing all articles
Browse latest Browse all 897

Trending Articles