updated canada shipping fee

This commit is contained in:
franknstayn
2022-01-15 00:16:47 +08:00
parent f4382ad9eb
commit 48a272e21d
2 changed files with 12 additions and 12 deletions

View File

@@ -355,7 +355,7 @@ class PaypalController extends Controller
$countryCode = ""; $countryCode = "";
if (count($array_address_book) > 0) { if (count($array_address_book) > 0) {
$countryCode = $array_address_book[0]->CountryCode; $countryCode = $array_address_book[0]->CountryCode;
$CAShippingfee = ceil($CAShippingfee / 2) * 30; $CAShippingfee = ceil($CAShippingfee / 2) * 50;
} }
$getSmallItemQty = ceil($getSmallItemQty / 3) * 8; $getSmallItemQty = ceil($getSmallItemQty / 3) * 8;

View File

@@ -131,8 +131,8 @@
@media screen and (min-width: 1440px) { @media screen and (min-width: 1440px) {
/* .carousel-inner{ /* .carousel-inner{
margin-left: -60px; margin-left: -60px;
} */ } */
} }
@media screen and (min-width: 1200px) and (max-width: 1439px) { @media screen and (min-width: 1200px) and (max-width: 1439px) {
@@ -193,9 +193,9 @@
} }
/* .btn-roster-action { */ /* .btn-roster-action { */
/* width: 20px; /* width: 20px;
height: 20px; height: 20px;
border-radius: 10px; */ border-radius: 10px; */
/* } */ /* } */
.btn-group-sm>.btn { .btn-group-sm>.btn {
@@ -365,12 +365,12 @@
@if ($product_array[0]->ProductPrice > 0) @if ($product_array[0]->ProductPrice > 0)
{{-- @if ($available_qty !== null) --}} {{-- @if ($available_qty !== null) --}}
@if ($available_qty > 0 || $available_qty === null) @if ($available_qty > 0 || $available_qty === null)
<div class="py-3"> <div class="py-3">
<button class="btn btn-black" type="submit" id="btn-add-to-cart">Add <button class="btn btn-black" type="submit" id="btn-add-to-cart">Add
to Cart</button> to Cart</button>
</div> </div>
@endif @endif
{{-- @endif --}} {{-- @endif --}}
@endif @endif