Is it possible to use the variable of the progress bar so I can place this kind of message during checkout:
” {{Et_price}} until free shipping for NL. ”
and then a calculation like (BE_shipping = 60 – {{et_price}})
so the final message would look like
” {{Et_price}} until free shipping for NL. {{be_shipping}} for BE. ”
I can do something in the functions.php if that’s what is needed to be done.