diff --git a/resources/views/merchbay/cart.blade.php b/resources/views/merchbay/cart.blade.php index 81f3be5..161b697 100755 --- a/resources/views/merchbay/cart.blade.php +++ b/resources/views/merchbay/cart.blade.php @@ -360,9 +360,9 @@ {{ $store_array[0]->StoreCurrency }} - @if ($getSubtotal >= 1) + @if ($getSubtotal >= 1 && $getSubtotal <= 150)
- 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 {{ 150 - $getSubtotal }} {{ $store_array[0]->StoreCurrency }} away.
@endif