Версия 0.2.2 шаблон Default2 Free v.0.3
https://opencartforum.com/files/file/104-opencart-149-courier-shipping-module-zone/
вот этот..
проблема такова:
Модуль устанавливается нормально, но при оформлении заказа, когда переходишь на Шаг - Доставка (выбор способа) эта страница умирает с ошибкой
акк покупателя на сайте -
[email protected] - demo
Строки из лоадера
public function model($model) {
$file = DIR_APPLICATION . 'model/' . $model . '.php';
$class = 'Model' . preg_replace('/[^a-zA-Z0-9]/', '', $model);
if (file_exists($file)) {
include_once($file);
36 строка $this->registry->set('model_' . str_replace('/', '_', $model), new $class($this->registry));
} else {
exit('Error: Could not load model ' . $model . '!');
}
}
с автором поговорил, не смогли разобратся... вообщем кто может помогите...