updated canada shipping fee
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user