upated shipping fee and using voucher code

This commit is contained in:
franknstayn
2022-03-26 19:43:32 +08:00
parent b418b43469
commit 80bf7e6c67
7 changed files with 125 additions and 100 deletions

View File

@@ -131,8 +131,8 @@
@media screen and (min-width: 1440px) {
/* .carousel-inner{
margin-left: -60px;
} */
margin-left: -60px;
} */
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
@@ -194,8 +194,8 @@
/* .btn-roster-action { */
/* width: 20px;
height: 20px;
border-radius: 10px; */
height: 20px;
border-radius: 10px; */
/* } */
.btn-group-sm>.btn {
@@ -270,7 +270,7 @@
<div class="row">
<div class="col-lg-12 text-center">
<div class="store-banner border-top">
<img src="{{ config('site_config.uploads') . 'teamstore/' . $store_array[0]->ImageFolder . '/' . $store_array[0]->StoreBanner }}"
<img src="{{ config('site_config.uploads') .'teamstore/' .$store_array[0]->ImageFolder .'/' .$store_array[0]->StoreBanner }}"
id="storeBanner" class="shadow-sm img-fluid w-100" alt="..." />
</div>
</div>
@@ -361,7 +361,9 @@
</div>
<form id="frm-order-list">
<input type="hidden" value="{{ md5($product_array[0]->Id) }}" name="p_id" id="p_id" />
@include('teamstore-sublayouts.forms.'.$product_array[0]->ProductForm)
@include(
'teamstore-sublayouts.forms.' . $product_array[0]->ProductForm
)
@if ($product_array[0]->ProductPrice > 0)
{{-- @if ($available_qty !== null) --}}
@@ -372,7 +374,6 @@
</div>
@endif
{{-- @endif --}}
@endif
</form>
<hr>