Тексты товаров в разные ячейки и 404 страница

This commit is contained in:
Konstantin
2026-05-30 12:02:09 +03:00
parent af9b7b13a4
commit 0774c39ba8
23 changed files with 101 additions and 12062 deletions
@@ -63,7 +63,15 @@ class ControllerInformationSitemap extends Controller {
$data['download'] = $this->url->link('account/download', '', true);
$data['cart'] = $this->url->link('checkout/cart');
$data['checkout'] = $this->url->link('checkout/checkout', '', true);
$data['search'] = $this->url->link('product/search');
$data['search'] = $this->url->link('common/home');
$data['catalog'] = $this->url->link('common/home');
if ($categories_1) {
$data['search'] = $this->url->link('product/category', 'path=' . $categories_1[0]['category_id']);
$data['catalog'] = $this->url->link('product/category', 'path=' . $categories_1[0]['category_id']);
}
$data['text_catalog'] = $categories_1 ? $categories_1[0]['name'] : $this->language->get('text_search');
$data['contact'] = $this->url->link('information/contact');
$this->load->model('catalog/information');