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

"Хлебные крошки"


Recommended Posts

Уважаемые программисты, подскажите пожалуйси, в какой файл всивить код с "крошками", чтобы они находились не шапке, а над заголовком в этонтральной части?

Link to comment
Share on other sites


Уважаемые программисты, подскажите пожалуйси, в какой файл всивить код с "крошками", чтобы они находились не шапке, а над заголовком в этонтральной части?

может это решение поможет: https://opencart-forum.ru/topic/1551-%d0%b4%d0%be%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%ba%d0%b0-%d1%85%d0%bb%d0%b5%d0%b1%d0%bd%d1%8b%d1%85-%d0%ba%d1%80%d0%be%d1%88%d0%b5%d0%ba-breadcrumb/page__view__findpost__p__9462

Link to comment
Share on other sites

Нет, к сожнонию не получается.

Я пропотому чтовал пересивлять из хегдера вот этот кусок:

<div id="breadcrumb">
       <?php foreach ($breadcrumbs as $breadcrumb) { ?>
       <?php echo $breadcrumb['separator']; ?><a href="<?php echo str_replace('&', '&', $breadcrumb['href']); ?>"><?php echo $breadcrumb['text']; ?></a>
       <?php } ?>
     </div>

Но в том месте куда он всивлен получается вот икая ошибка:

Notice: Undefined variable: breadcrumbs in Z:\home\localhost\www\opencart\catalog\view\theme\basfett\template\product\product.tpl on line 14Warning: Invalid argument supplied for foreach() in Z:\home\localhost\www\opencart\catalog\view\theme\basfett\template\product\product.tpl on line 14

Плохо когда не умеешь, да ещё и не знаешь куда... :unsure:

Link to comment
Share on other sites


В тот же теме решение ошибки есть

"Выдавало ошибку. Решение простое: в catalog/controller/product прописать около 130 строчки:

$this->data['breadcrumbs'] = $this->document->breadcrumbs;"

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

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • 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.