поиск+доставка
This commit is contained in:
@@ -32,6 +32,9 @@ if (!function_exists('render_mega_category_children')) {
|
||||
<nav class="category-mega-bar" aria-label="Категории товаров">
|
||||
<div class="category-mega-inner">
|
||||
<?php foreach ($megaCategories as $category): ?>
|
||||
<?php if (($category['slug'] ?? '') === 'myasnaya-gastronomiya' || ($category['name'] ?? '') === 'Мясная гастрономия') {
|
||||
continue;
|
||||
} ?>
|
||||
<?php $iconName = category_tree_icon((string) $category['name']); ?>
|
||||
<div class="mega-item">
|
||||
<a class="mega-root" href="/catalog/<?= e((string) $category['slug']) ?>">
|
||||
|
||||
Reference in New Issue
Block a user