updated voucher modules

This commit is contained in:
franknstayn
2022-01-17 19:30:14 +08:00
parent 48a272e21d
commit 0b550e1aba
3 changed files with 18 additions and 3 deletions

View File

@@ -362,7 +362,7 @@
@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). You are <strong>{{ 150 - $getSubtotal }} {{ $store_array[0]->StoreCurrency }}</strong> away.
If you order $150 worth of product you get free shipping (pre tax). You are <strong>{{ number_format(150 - $getSubtotal, 2) }} {{ $store_array[0]->StoreCurrency }}</strong> away.
</div>
@endif

View File

@@ -2,7 +2,7 @@
<div class="container">
<div class="row h-100">
<div class="col-lg-7 align-self-center">
<div class="copyright">Copyright &copy; 2021, <b>MERCHBAY</b>. All right reserved.</div>
<div class="copyright">Copyright &copy; {{ date('Y') }}, <b>MERCHBAY</b>. All right reserved.</div>
<ul class="footer-menu">
{{-- <li class="footer-menu-item">
<a href="#">About Us</a>