Home › Forums › WoodMart support forum › Frequently bought together compability issues › Reply To: Frequently bought together compability issues
September 27, 2023 at 2:53 pm
#499645
metuza
Participant
Hi again,
I did find a solution. I need to change priority on the below filter from 10 to 11. Then everything seems to work ok.
But how can i access these filters from my functions.php?
add_filter( ‘woocommerce_get_price_html’, array( $this, ‘update_product_price’ ), 11, 2 );
Brgds
Rune