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');
Code: Select all
if ($this->config->get('royal_mail_airmail')) {
$cost = 0;
$countries = explode(',', 'za');