Post by m3talhead » Wed Nov 03, 2010 9:53 pm

Hi there, im a bit confused about the geo-zones etc. Im trying to edit the royal mail module to suit my needs. I only ship products locally and there is a flat rate based on weight of the products.

When i edit the rates of some of the options under Royal Mail module, it does not appear anymore under the options, i suspect this is due to location or minimum or maximum weight. I know this all confusing but i need to only ship within the country, is there a way i can set this?

I tried this :

Code: Select all

if ($this->config->get('royal_mail_airmail')) {
				$cost = 0;
				
				$countries = explode(',', 'AL,AD,AM,AT,AZ,BY,BE,BA,BG,HR,CY,CZ,DK,EE,FO,FI,FR,GE,DE,GI,GR,GL,HU,IS,IE,IT,KZ,KG,LV,LI,LT,LU,MK,MT,MD,MC,NL,NO,PL,PT,RO,RU,SM,SK,SI,ES,SE,CH,TJ,TR,TM,UA,UZ,VA');
changed to :

Code: Select all

if ($this->config->get('royal_mail_airmail')) {
				$cost = 0;
				
				$countries = explode(',', 'za');
If there is anyone from South Africa, im trying to modify this for SAPO.
Last edited by i2Paq on Fri Nov 05, 2010 2:54 am, edited 1 time in total.
Reason: Topic moved

New member

Posts

Joined
Sun Oct 17, 2010 4:07 am
Location - South Africa

Post by glen » Thu Jan 20, 2011 3:19 am

why would you wish to use royal mail for south africa?
i would rather reccommend using a ship by weight / geozone option

Newbie

Posts

Joined
Sun Jan 09, 2011 8:33 pm
Who is online

Users browsing this forum: No registered users and 3 guests