Fix - Dynamic strikeout issue for WooCommerce TM Extra Product Options plugin
Resolve the dynamic strikeout issue for the WooCommerce TM Extra Product Options plugin.
add_filter('advanced_woo_discount_rules_custom_target_for_variable_product_on_qty_update', function ($target){
$target = '#tm-epo-totals .tm-extra-product-options-totals .tm-final-totals';
return $target;
}, 10);