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

Отзывы индексируемые для поисковиков(шоибка кирилица)


Recommended Posts

нашёл тут статью http://uptuning.ru/otzyvy-v-opencart/ как сделать отзывы цитируемые для поисковиков.

предлогают разместить код

<?php
$reviews = $this->model_catalog_review->getReviewsByProductId($product_id);
if ($reviews) {
foreach ($reviews as $review) {
echo '<div class="content"><p><strong>'.$review['author'].'</strong> – ';
   $date = strtotime($review['date_added']);
   echo date('d M Y',$date); ?><br />
<img src="catalog/view/theme/default/image/stars_<?php echo $review['rating'] ?>.png" alt="<?php echo $review['rating'] ?> из 5 звёзд!" /><br />
   <?php echo $review['text'].'</p></div>';
   }
} else { ?>
    <div class="content"><?php echo "Нет отзывов"; ?></div>
	  <?php } ?>
заменив этот

<div id="review"></div>
в файле catalog/view/theme/ВАША_TEMA/template/product/product.tpl

всё сделал работает но только вместо слов "Нет отзывов" и из 5 звёзд!" коряки вылазиют. как исправить?

Link to comment
Share on other sites


ниже к коментах вычетал

«stars_» пришлось поменять на «stars-», чтобы изображение звезд показывалось на сайте.

поменял звёзды показывает а вот русским не пишет до сих пор.
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.