updated cart shipping

This commit is contained in:
franknstayn
2022-01-10 19:57:56 +08:00
parent babe80e01d
commit f4382ad9eb

View File

@@ -360,9 +360,9 @@
<small>{{ $store_array[0]->StoreCurrency }}</small>
</h3>
@if ($getSubtotal >= 1)
@if ($getSubtotal >= 1 && $getSubtotal <= 150)
<div class="border rounded-2 p-2 mt-2">
If you order $150 worth of product you get free shipping (pre tax)
If you order $150 worth of product you get free shipping (pre tax). You are <strong>{{ 150 - $getSubtotal }} {{ $store_array[0]->StoreCurrency }}</strong> away.
</div>
@endif