$data = $order->getShippingAddress()->getData(); $countryCode = $data['country_id']; echo $countryCode;. it will print 'US' or any other country code, is there ...
確定! 回上一頁