modulde indirimli ürün resmi

debreli

OpenCart-TR
Katılım
31 Ağu 2010
Mesajlar
196
Tepkime puanı
0
Puanları
0
Web sitesi
vakifshop.com
catalog/model/catalog/product.php aç

bul
Kod:
'special'          => $query->row['special'],

sonrasına ekle

Kod:
'discount'          => $query->row['discount'],

catalog/controller/module/latest.php aç

bul
Kod:
'name'    	 => $result['name'],

sonrasına ekle
Kod:
'discount'    	 => $result['discount'],

catalog/view/theme/default/template/model/latest.php aç

bul
Kod:
 <?php if ($product['rating']) { ?>

öncesine ekle
Kod:
 <?php if ($product['discount']) { ?> <?php echo $product['discount']; ?>   <?php } else { ?>
		<?php } ?>

<?php echo $product['discount']; ?> kodu indirimli fiyatı gösteriyor, bu kodun yerine resim kodu yazın.mesela <image src="catalog/view/theme/default/image/indirimli.png">

diğer modullerde denemedim.
 
Üst