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

Клонирование кнопки "Информация о доставке" в хайдер


klipius
 Share

Recommended Posts

Всем привет!

не могу клонировать кнопку в дефолтном шаблоне "Информация о доставке", прописанную в подвале. Версия ocstore_v1.5.3.1, на локальном хосте.

В хайдере, в линках создал кнопку "Доставка", к которой и нужно привязать дефолтную кнопку "Информация о доставке", именно кнопку, а не весь раздел "Информация"

это 70 строка из haeder.tpl:

<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 $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a><a href="<?php echo $information; ?>"><?php echo $text_information; ?></a></div>

это 50 строка из haeder.php, в контроллере

$this->data['text_information'] = $this->language->get('text_information');

это 59 строка из haeder.php, в контроллере

$this->data['information'] = $this->url->link('information/information', '', 'SSL');

это 11 строка, из haeder.php, в ленгвич

$_['text_information'] = 'Доставка';

при переходе, имеем вот что:

Главная » Информационная страница не найдена!

Информационная страница не найдена!

Информационная страница не найдена!

скрин в атаче.

Помогайте справится! Спасибо!

Продолжить

post-26451-0-28440000-1353310644_thumb.png

Link to comment
Share on other sites


У вас в ссылке подставляется id=0, поэтому и ругается на не существующую страницу.

Вместо

это 59 строка из haeder.php, в контроллере

$this->data['information'] = $this->url->link('information/information', '', 'SSL');

Поставьте

$this->data['information'] = $this->url->link('information/information&information_id=6');
где вместо id=6 укажите нужный id страницы.
  • +1 2
Link to comment
Share on other sites


где вместо id=6 укажите нужный id страницы.

Как просто... 4 день знакомлюсь с системой, самые очевидные плюхи, для меня мрак...

12strun, спасибо, мой респект и благодарность!!! :)))

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.