A
A
Adik Izat2019-02-07 08:26:33
opencart
Adik Izat, 2019-02-07 08:26:33

How to display category icon in category.twig on Opencart 3.0.3.1?

Good afternoon, forum users?
How to display category thumbnail/picture/icon in category.twig? What controller to change? And how exactly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Adik Izat, 2019-02-07
@JaxAdam

You need to access the database in the controller/extention/module/category.php and create an additional field in the $data['categories'] array and write the path to the image into it, in my case:
'image' => 'image/'. $category['image'],
I later rendered it in category.twig with {{ category.image }}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question