Answer the question
In order to leave comments, you need to log in
Where are controller fields declared in OpenCart?
I decided to study OpenCart and randomly opened the product category page controller, and so it uses the fields of this class:
class ControllerProductCategory extends Controller {
public function index() {
$this->load->language('product/category');
$this->load->model('catalog/category');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question