From 48a272e21de69ded179507d3ac7ff54982372018 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Sat, 15 Jan 2022 00:16:47 +0800 Subject: [PATCH] updated canada shipping fee --- .../Controllers/paypal/PaypalController.php | 2 +- .../product-details.blade.php | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/Http/Controllers/paypal/PaypalController.php b/app/Http/Controllers/paypal/PaypalController.php index e5e6e19..091489f 100755 --- a/app/Http/Controllers/paypal/PaypalController.php +++ b/app/Http/Controllers/paypal/PaypalController.php @@ -355,7 +355,7 @@ class PaypalController extends Controller $countryCode = ""; if (count($array_address_book) > 0) { $countryCode = $array_address_book[0]->CountryCode; - $CAShippingfee = ceil($CAShippingfee / 2) * 30; + $CAShippingfee = ceil($CAShippingfee / 2) * 50; } $getSmallItemQty = ceil($getSmallItemQty / 3) * 8; diff --git a/resources/views/teamstore-sublayouts/product-details.blade.php b/resources/views/teamstore-sublayouts/product-details.blade.php index b915b9a..6b8aea8 100755 --- a/resources/views/teamstore-sublayouts/product-details.blade.php +++ b/resources/views/teamstore-sublayouts/product-details.blade.php @@ -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) -
- -
- @endif + @if ($available_qty > 0 || $available_qty === null) +
+ +
+ @endif {{-- @endif --}} @endif