upated shipping fee and using voucher code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user