updated cart shipping
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user