debreli
OpenCart-TR
 
	catalog/view/theme/default/templates/product/product.tpl aç
bul
		Kod:
	
	<?php echo $text_no_rating; ?>
                  <?php } ?></td>
              </tr>
			  <?php } ?>sonrasına ekle
		Kod:
	
	<tr>
                <td><b><?php echo $text_goruntuleme; ?></b></td>
                <td><?php echo $product_info['viewed']; ?></td>
              </tr>catalog/controller/product/product.php aç
bul
		Kod:
	
	$this->data['text_tags'] = $this->language->get('text_tags');sonrasına ekle
		Kod:
	
	$this->data['text_goruntuleme'] = $this->language->get('text_goruntuleme');catalog/language/turkish/product/product.php aç
bul
		Kod:
	
	$_['text_tags']           = 'Etiketler:';sonrasına ekle
		Kod:
	
	$_['text_goruntuleme']        = 'İzlenim:'; 
				