O
O
Oleg Ivanenkov2018-04-19 15:18:44
HTML
Oleg Ivanenkov, 2018-04-19 15:18:44

Product category description - prestashop (warehouse template). How can I make it open all the way?

There is a site on prestashop with the warehouse template installed. Each product category has a description. By default, the description is collapsed and in order to expand it, you need to click on the "More" button. How can I make the description expand immediately?
Here is a link to one of the pages of the site - centrosnab.com.ua/24-promyshlennye-shlangi-i-rukava

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Ivanenkov, 2018-04-22
@centrosnab

Understood. I'll describe - maybe it will be useful to someone.
The product category template (themes/warehouse/category.tpl) has a condition that checks the number of characters in the description.
{if Tools::strlen($category->description) > 350
Instead of 350, just set a value higher. Now the description of the product category immediately opens in expanded form.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question