Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как добавить Сравнение товаров в самое верхнее меню (им, ггде Личный кабинет, Закладки, Корзина и т.д.)?


Recommended Posts

Как добавить Сравнение товаров в самое верхнее меню (им, ггде Личный кабинет, Закладки, Корзина и т.д.)?

 

Скопировал из category.php в header.php строки:

$data['text_compare'] = sprintf($this->language->get('text_compare'), (isset($this->session->data['compare']) ? count($this->session->data['compare']) : 0));
$data['compare'] = $this->url->link('product/compare');

 

Скопировал из category.twig в верхнюю строчку header.twig следующую строку:

<a href="{{ compare }}" id="compare-total" class="btn btn-link">{{ text_compare }}</a>

 

Но не рилииет. Если нет товаров в сравнении, то показывает символ %, если есть то показывает их когдачество, но, при нажатии перебрасывает на главную страницу. Кроме того, ещё и синдартное сравнение пересиёт рилиить.

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.