{% if shipping_value_left > 0 %}
You are {{ shipping_value_left | money }} away from FREE shipping! Continue shopping to add more products to your cart and receive FREE shipping for orders over $x.
{% else %}
You've got FREE shipping!
{% endif %}
However, the text is too small and cannot find a way to increase it in size within the code itself. Also, I would want to make the shipping value $ left in BOLD within the same code.
It did! I have a couple of more questions if you don’t mind.
When I click on Continue Shopping it does lead me to the products page but the text is not highlighted in blue as it usually is and so customers would know they can click on it. Do you know what the problem could be and how could to be sorted?
Also, to frame the announcement inside a ‘box’ I used this code