en-gb
instead of english
. Update your scripts to reflect the changecontroller
files. For example, this whole chunk is gone from admin/controller/extension/shipping/pickup.php
1$data['heading_title'] = $this->language->get('heading_title');
2
3$data['text_edit'] = $this->language->get('text_edit');
4$data['text_enabled'] = $this->language->get('text_enabled');
5$data['text_disabled'] = $this->language->get('text_disabled');
6$data['text_all_zones'] = $this->language->get('text_all_zones');
7$data['text_none'] = $this->language->get('text_none');
8
9$data['entry_geo_zone'] = $this->language->get('entry_geo_zone');
10$data['entry_status'] = $this->language->get('entry_status');
11$data['entry_sort_order'] = $this->language->get('entry_sort_order');
12
13$data['button_save'] = $this->language->get('button_save');
14$data['button_cancel'] = $this->language->get('button_cancel');
model
and controller
etc. are now under an extensions
folder. So, model/extensions/shipping/pickup.php
instead of model/shipping/pickup.php
.ocmod.xml
for modification files. If you try to upload an .ocmod.xml file, you’ll get a Invalid file type! error..ocmod.zip
read moreExample file structure for OCMOD compressed files.
All files under this directory will be uploaded to the to directory of your OpenCart installation.
The XML modification file.