Change WooCommerce product price dynamically based on custom checkboxes
I've a problem. I want to execute function after two checkboxes are checked. I've tried everything but nothing works. (This should replace price in Woocommerce) My PHP function: jQuery(function($) { var cb = 'input[name="extra1_option"]' cb1 = 'input[name="extra2_option"]' cb2 = 'input[name="extra1_option"],…