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

Ошибка в товарах при отключении категории


Recommended Posts

При отключении категории ггде есть товар, на страниэто товара вылазит ошибка
Notice: Undefined index: parent_id in ***/storage/modification/catalog/controller/product/product.php on line 173Notice:
Undefined index: name in ***/storage/modification/catalog/controller/product/product.php on line 179

Версия ocStore 3.0.2.0

Link to comment
Share on other sites


1 година назад, alexb сказав:

При отключении категории ггде есть товар, на страниэто товара вылазит ошибка
Notice: Undefined index: parent_id in ***/storage/modification/catalog/controller/product/product.php on line 173Notice:
Undefined index: name in ***/storage/modification/catalog/controller/product/product.php on line 179

Версия ocStore 3.0.2.0

ну вы родителя отключаете, не осопотому что понятно ггде вы видите товар с отключенной категорией) Пару строк напишите с кеша модификатора

Link to comment
Share on other sites


17 часов назад, bodyak0 сказал:

ну вы родителя отключаете, не осопотому что понятно ггде вы видите товар с отключенной категорией) Пару строк напишите с кеша модификатора

 

 

вот тут

 

if ($categ['parent_id'] > 0) {
                        $catinfo['href'] = $this->url->link('product/category', 'path=' . $categ['parent_id'] . '_' . $item['category_id']);
                    }
                    else {                    
                        $catinfo['href'] = $this->url->link('product/category', 'path=' . $item['category_id']);
                    }
                    $catinfo['name'] = $categ['name'];

 

Категория не является главной

Edited by alexb
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.