I am trying to customize Free Shipping Bar limit and message values using snippets ,
There is a hook to modify the value but unfortunately there isn’t any hook for the message!
So I have to modify theme files “themes\woodmart\inc\integrations\woocommerce\modules\shipping-progress-bar\class-main.php” , But I could not find a way to override this file using child theme ! is this possible ?
In general, it’s should work if you copy that path inc\integrations\woocommerce\modules\shipping-progress-bar\class-main.php with the file to the child theme and make changes there.