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

[Решено {неправильная переменная в шаблоне}] Пропали картинки рейтинга в отзывах


Recommended Posts

Доброго времени суток.

помогите пожалуйста, что нужно посмотреть, где исправить, что-бы корректно отображались отзывы. Точнее, картинка

Вот мой сайт http://bego-store.com

У этого продукта есть отзыв http://bego-store.com/index.php?route=product/product&product_id=297

Но рядом с именем не отображаются бабочки (с оценкой, которую поставил покупатель)

Пишет:

Not Found

The requested URL /catalog/view/theme/demeter/images/orange-stars-<b>Notice</b>: Undefined variable: product in <b>/home/begostor/public_html/catalog/view/theme/demeter/template/product/review.tpl</b> on line <b>9</b>.png was not found on this server.

Зашла через си панель, картинки там есть. Имена у них orange-stars-0.png, orange-stars-1.png и тд.

Прошла по адресу public_html/catalog/view/theme/demeter/template/product/review.tpl

Вот код, который там есть

<?php if ($reviews) { ?>

<?php foreach ($reviews as $review) { ?>

<article class="content">

<b><?php echo $review['author']; ?></b>

<img src="catalog/view/theme/demeter/images/<?php echo ($this->config->get('tg_demeter_cp_default_color')); ?>-stars-<?php echo $product['rating']; ?>.png" alt="<?php echo $review['reviews']; ?>" />

<div class="review-date"><?php echo $review['date_added']; ?></div>

<?php echo $review['text']; ?>

</article>

<?php } ?>

<div class="paginate"><?php echo $pagination; ?></div>

<?php } else { ?>

<div class="content empty white">

<div class="alert"><i class="icon-comment"></i> <?php echo $text_no_reviews; ?></div>

</div>

<?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.