Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Не отображается главное меню


drolka
 Share

Recommended Posts

В шапке отображается логотип, языки, валюты, под ними идет меню из категорий.

Стандартное верхнее меню - Главная, корзина, Личный кабинет, Поиск - не отображаются.

Хотя в файле шаблона header.tpl ясно прописано

<div id="search">

<div class="button-search"></div>

<?php if ($filter_name) { ?>

<input type="text" name="filter_name" value="<?php echo $filter_name; ?>" />

<?php } else { ?>

<input type="text" name="filter_name" value="<?php echo $text_search; ?>" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" />

<?php } ?>

</div>

<div id="welcome">

<?php if (!$logged) { ?>

<?php echo $text_welcome; ?>

<?php } else { ?>

<?php echo $text_logged; ?>

<?php } ?>

</div>

<div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div>

</div>

Почему оно не выводится, может, где-то в админке вкл-выкл я пропустила?)))

Link to comment
Share on other sites


шаблон этот https://opencartforum.com/topic/7278-%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD-%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BA%D0%BE%D0%B2/

там в демо тоже не выводится это меню, хотя оно прописано в шаблоне. Может, я какое-то условие пропустила?

Link to comment
Share on other sites


Они просто в стиле заблокированны

Напрмер

#header #search {
position: absolute;
top: 15px;
right: 0px;
width: 298px;
z-index: 15;
display: none;
}
Уберите

display: none;
Это в фале catalog/view/theme/default/stylesheet/stylesheet.css тоже самое с другими контейнерами
  • +1 1
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.