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

Ошибка в файле product.tpl


Recommended Posts

Версия ocStore 2.3.0.2.3   В логах постоянно такая ошибка: 

PHP Notice:  Undefined offset: 1 in /var/www/www-root/data/www*********/system/storage/modification/catalog/view/theme/ocmarket/template/product/product.tpl on line 112

Это 112 строчка:

 <option style="background-color:<?php echo $arr[1]; ?>" value="<?php echo $option_value['product_option_value_id']; ?>"><?php echo $arr[0]; ?>

что там не так?

Link to comment
Share on other sites


В массиве $arr нет ключа (индекса) 1,

$arr[1] неопределена.

В массиве доступен только один елемент за ключем(индексом) 0

  • +1 1
Link to comment
Share on other sites

Только что, Extensari сказал:

как убрать ошибку?

Убрать это: (заменить например на transparent (background-color: transparent)

<?php echo $arr[1]; ?>

Или посмотреть в контроллере catalog/controller/product/product.php что передается в массив $data['arr'], var_dump($data['arr'] или $this->log->write(var_export($data['arr']));

Link to comment
Share on other sites

7 минут назад, Eldaeron сказал:

Убрать это: (заменить например на transparent (background-color: transparent)


<?php echo $arr[1]; ?>

Или посмотреть в контроллере catalog/controller/product/product.php что передается в массив $data['arr'], var_dump($data['arr'] или $this->log->write(var_export($data['arr']));

я не нашла в файле что что передается в массив

product.php

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.