Посивил код  'reviews' => $result['reviews'], в -> /catalog/controller/product в файл category.php
 
	 
 
	$data['products'][] = array( 
	                    'product_id'  => $result['product_id'], 
	                    'thumb'       => $image, 
	                    'name'        => $result['name'], 
	                    'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get($this->config->get('config_theme') . '_product_description_length')) . '..', 
	                    'price'       => $price, 
	                    'special'     => $special, 
	                    'tax'         => $tax, 
	                    'minimum'     => ($result['minimum'] > 0) ? $result['minimum'] : 1, 
	                    'rating'      => $rating, 
	                    'reviews' => $result['reviews'], 
	                    'href'        => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) 
	                ); 
	            }
 
	 
 
	 
 
	В списке товаров когдачество отзывов появилось
 
	но теперьь не возможно зайти на страницу товара - ошибка - 502 Bad Gateway nginx