diff --git a/app/Http/Controllers/paypal/PaypalController.php b/app/Http/Controllers/paypal/PaypalController.php index 85ca0eb..96d440d 100755 --- a/app/Http/Controllers/paypal/PaypalController.php +++ b/app/Http/Controllers/paypal/PaypalController.php @@ -383,7 +383,7 @@ class PaypalController extends Controller $shippingFee = $CAShippingfee; } - if ($getSubtotal[0]->Subtotal >= 99 && $countryCode != "CA") { + if ($getSubtotal[0]->Subtotal >= 149 && $countryCode != "CA") { return $shippingFee = 0; } diff --git a/public/images/MERCHBAY-LOGO.png b/public/images/MERCHBAY-LOGO.png new file mode 100644 index 0000000..4e498a8 Binary files /dev/null and b/public/images/MERCHBAY-LOGO.png differ diff --git a/resources/views/merchbay/cart.blade.php b/resources/views/merchbay/cart.blade.php index 4a7a0f9..7d0125a 100755 --- a/resources/views/merchbay/cart.blade.php +++ b/resources/views/merchbay/cart.blade.php @@ -359,12 +359,12 @@ @if ($shipping_fee) - @if ($getSubtotal >= 1 && $getSubtotal <= 98) + @if ($getSubtotal >= 1 && $getSubtotal <= 148)