debreli
OpenCart-TR
catalog/model/catalog/product.php aç
bul
sonrasına ekle
catalog/controller/module/latest.php aç
bul
sonrasına ekle
catalog/view/theme/default/template/model/latest.php aç
bul
öncesine ekle
<?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.
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.