Page 1 of 1
Shipping Method
Posted: Wed Sep 29, 2010 5:09 pm
by madany
For all masters here..I want a help
I wanna make a goal like this
if ($this->config->get('config_language') == 'en')
{
...just display "ups" & "citylink" shipping...
}
if ($this->config->get('config_language') == 'id')
{
...just display "flate rate" & "royal mail" shipping...
}
In front-end, each shipping methods show up depend on what language chosen
Is it possible to do??
Re: Shipping Method
Posted: Wed Sep 29, 2010 5:33 pm
by JAY6390
You'd be better off running off Geo Zones as is expected, since you can target people of certain areas with certain shipping
Re: Shipping Method
Posted: Wed Sep 29, 2010 5:42 pm
by madany
JAY6390 wrote:You'd be better off running off Geo Zones as is expected, since you can target people of certain areas with certain shipping
Hi Jay, thx 4 quick response
It dont matter whether I have to use $language or geozone or IP. Im just curious, how to display those 2 choices?? If you can do that by using geozone, it's ok for me. Could you show me what to do?? Im just a newbie
Thx Jay
Re: Shipping Method
Posted: Wed Sep 29, 2010 5:43 pm
by JAY6390
Re: Shipping Method
Posted: Wed Sep 29, 2010 6:26 pm
by madany
It only shows weight base shipping but dont point to specific courier service. I still want to make my oc shows two choices of display --> local and abroad courier service. gee..how to do it?
Re: Shipping Method
Posted: Thu Sep 30, 2010 1:42 pm
by madany
madany wrote:
It only shows weight base shipping but dont point to specific courier service. I still want to make my oc shows two choices of display --> local and abroad courier service. gee..how to do it?
Any master..please???
Maybe master Qphoria can help me..??