1) Temada product dosyasının içindeki testimonial,ı aşagıdakiyle değiştir,,
Kod:
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">
<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<h1><?php echo $heading_title; ?></h1>
</div>
</div>
<div class="middle">
<?php if ($testimonials) { ?>
<table class="list">
<?php foreach ($testimonials as $testimonial) { ?>
<tr>
<td valign="top" style="text-align:left;"><?php echo $testimonial['description']; ?>
<div align="left"><span>• <?php echo $testimonial['title']; ?></span></div></td>
</tr>
<?php } ?>
</table>
<div class="pagination"><?php echo $pagination; ?></div>
<?php } ?>
</div>
<div class="bottom">
<div class="left"></div>
<div class="right"></div>
<div class="center"></div>
</div>
</div>
<?php echo $footer; ?>
2)Daha sonra module içerisindeki testimonial,ı aşagıdakiyle değiştir,,
Kod:
<div class="box">
<div class="top"><img src="catalog/view/theme/default/image/brands.png" alt="" /><?php echo $heading_title; ?></div>
<div class="middle">
<table cellpadding="0" cellspacing="0" style="width: 100%;">
<?php foreach ($testimonials as $testimonial) { ?>
<tr>
<td>
<?php echo $testimonial['description']; ?>
<div style="text-align:left; font-size:10px; margin-bottom:12px; padding-bottom:4px;border-bottom:dotted silver 1px;"><em>• <?php echo $testimonial['title']; ?></em></div>
</td>
</tr>
<?php } ?>
</table>
<?php $style = ($this->config->get('config_template')=='default') ? 'style="text-decoration:none;" ' : ''; ?>
<a <?php echo $style; ?> class="button" href="<?php echo $more; ?>"><span><?php echo $text_more; ?></span></a>
<a <?php echo $style; ?> class="button" href="<?php echo $feedback; ?>"><span><?php echo $text_feedback; ?></span></a>
</div>
<div class="bottom"> </div>
</div>
oda olmazsa buradaki versiyonu yükle
http://www.opencart.com/index.php?route=extension/extension/download&extension_download_id=19375