1
vote
position
Hello
I am using the WC Extra fee plugin. I want to change the position of the Extra fee container. For that, I found the article https://docs.thedotstore.com/article/672-custom-filters
From where I am using the code below:
add_filter( ‘optional_fee_display_default_hook’, ‘optional_fee_display_default_hook_custom’, 10,1 );
function optional_fee_display_default_hook_custom( $default_title ) {
return ‘woocommerce_review_order_before_payment’; //OR
//return ‘woocommerce_after_order_notes’;
}
Here is the screenshot for changing the position of the extra fee container
https://prnt.sc/7GOx8pL1_LcP