updated shipping fees

This commit is contained in:
franknstayn
2022-01-21 20:13:46 +08:00
parent 0b550e1aba
commit d104563ce6
3 changed files with 15 additions and 7 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>{{ number_format(150 - $getSubtotal, 2) }} {{ $store_array[0]->StoreCurrency }}</strong> away.
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>
@endif

View File

@@ -20,6 +20,8 @@
<script src='https://www.google.com/recaptcha/api.js'></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SB3QK6BR1N"></script>
<meta name="facebook-domain-verification" content="tbum5il0csyvzwvvrosy5dk2534zn0" />
<script>
window.dataLayer = window.dataLayer || [];