Разделение описания в категории товаров

This commit is contained in:
Konstantin
2026-05-30 10:59:19 +03:00
parent fc7ed88ef5
commit 1da999779b
6 changed files with 26 additions and 18 deletions
@@ -155,6 +155,7 @@ $this->document->addScript('store/view/theme/dominik/assets/js/swiper-bundle.js'
}
$data['description'] = html_entity_decode($category_info['description'], ENT_QUOTES, 'UTF-8');
$data['description_bottom'] = html_entity_decode($category_info['description_bottom'], ENT_QUOTES, 'UTF-8');
$data['compare'] = $this->url->link('product/compare');
$url = '';