updated canada shipping fee
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) {
|
||||
@@ -193,9 +193,9 @@
|
||||
}
|
||||
|
||||
/* .btn-roster-action { */
|
||||
/* width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px; */
|
||||
/* width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px; */
|
||||
/* } */
|
||||
|
||||
.btn-group-sm>.btn {
|
||||
@@ -365,12 +365,12 @@
|
||||
|
||||
@if ($product_array[0]->ProductPrice > 0)
|
||||
{{-- @if ($available_qty !== null) --}}
|
||||
@if ($available_qty > 0 || $available_qty === null)
|
||||
<div class="py-3">
|
||||
<button class="btn btn-black" type="submit" id="btn-add-to-cart">Add
|
||||
to Cart</button>
|
||||
</div>
|
||||
@endif
|
||||
@if ($available_qty > 0 || $available_qty === null)
|
||||
<div class="py-3">
|
||||
<button class="btn btn-black" type="submit" id="btn-add-to-cart">Add
|
||||
to Cart</button>
|
||||
</div>
|
||||
@endif
|
||||
{{-- @endif --}}
|
||||
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user