update tracking
This commit is contained in:
@@ -360,10 +360,14 @@
|
||||
<small>{{ $store_array[0]->StoreCurrency }}</small>
|
||||
</h3>
|
||||
|
||||
@if ($getSubtotal >= 1 && $getSubtotal <= 150)
|
||||
@if ($getSubtotal >= 1 && $getSubtotal <= 98)
|
||||
<div class="border rounded-2 p-2 mt-2">
|
||||
If you order $99 worth of product you get free shipping (pre tax). You are <strong>{{ number_format(99 - $getSubtotal, 2) }} {{ $store_array[0]->StoreCurrency }}</strong> away.
|
||||
</div>
|
||||
@else
|
||||
<div class="border rounded-2 p-2 mt-2">
|
||||
Congratulations! You have activated free shipping!
|
||||
</div>
|
||||
@endif
|
||||
|
||||
{{-- {{ var_dump($tax) }}
|
||||
|
||||
Reference in New Issue
Block a user