mirac
OpenCart-TR
- Katılım
- 7 Şub 2010
- Mesajlar
- 1,383
- Tepkime puanı
- 0
- Puanları
- 36
- Yaş
- 43
- Konum
- Beykoz____
- Web sitesi
- www.notebook-cantasi.com
catalog/view/theme/default/template/product/product.tpl dosyasını aç..
Resim sayısını göstermek için..
Bul..
Değiştir..
Benzer ürün sayısını göstermek için..
Bul..
Değiştir..
Resim sayısını göstermek için..
Bul..
Kod:
<?php echo $tab_image; ?>
Değiştir..
Kod:
<?php echo $tab_image; ?> (<?php echo count($images); ?>)
Benzer ürün sayısını göstermek için..
Bul..
Kod:
<?php echo $tab_related; ?>
Değiştir..
Kod:
<?php echo $tab_related; ?> (<?php echo count($products); ?>)