Thanks Johnathan but I need to hide ups ground
because we will use the free shipping Mod in the OC system and we going to offer free shipping on any order over $70usd in the usa only we will use ups for USA ( and USPS mod for international ) 2 differ Geo zones
all I need to do is hide ups ground if order subtotal is = $70 or more
I think the code the needs to be change is this
Code: Select all
if ($this->config->get('ups_' . strtolower($this->config->get('ups_origin')) . '_' . $code)) {
and I know the number 03 is the ups ground
Code: Select all
$service_code = array(
// US Origin
'US' => array(
'01' => $this->language->get('text_us_origin_01'),
'02' => $this->language->get('text_us_origin_02'),
'03' => $this->language->get('text_us_origin_03'),
so all I need to do is compare
if the order is over $70usd hide the 03 else
some code goes here
Code: Select all
but i dont know thats why I am asking to some Genius here
Mr Q could you enlighten me with your wisdom ?
OC v1.5.3.1
thanks in advance