category & subcategory

Hello,
Advice please.


How can i get minim price here
also in the footer
want to display number count of product category.
Thank you.

It is not possible out of the box. Extra development work is requried

{$category_data.category}
for category display
$category_data = Tygh::$app[‘view’]->getTemplateVars(‘category_data’);
now how can i display minim price product ?

This information is not retrieved from the database. You should create extra request to DB to get this data