updated cart shipping
This commit is contained in:
@@ -360,9 +360,9 @@
|
|||||||
<small>{{ $store_array[0]->StoreCurrency }}</small>
|
<small>{{ $store_array[0]->StoreCurrency }}</small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@if ($getSubtotal >= 1)
|
@if ($getSubtotal >= 1 && $getSubtotal <= 150)
|
||||||
<div class="border rounded-2 p-2 mt-2">
|
<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>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user