- Katılım
- 13 Ağu 2009
- Mesajlar
- 3,200
- Tepkime puanı
- 1
- Puanları
- 38
- Yaş
- 39
- Konum
- Bursa
- Web sitesi
- www.opencart-tr.com
catalog\view\theme\default\template\product\product.tpl
BUL
Kod:
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
Kod:
<span>Ağırlık: </span><?php echo $product_info['weight']; ?> Gram<br />
<span>SKU: </span><?php echo $product_info['sku']; ?><br />
<span>Diğer Konum: </span><?php echo $product_info['location']; ?><br />
<span>Uzunuluk: </span><?php echo $product_info['length']; ?><br />
<span>Genişlik: </span><?php echo $product_info['width']; ?><br />
<span>Yükseklik: </span><?php echo $product_info['height']; ?><br />
<span>Boyutlar: </span>U: <?php echo $product_info['length']; ?> x G: <?php echo $product_info['width']; ?> x Y: <?php echo $product_info['height']; ?><br />
İstemediklerinizi siliniz. Bunların dışında ürün eklerken eklediğiniz değerleri product.php dosyasını inceleyerek ekleme yapabilirsiniz
OC 1.4.8.x ve 1.4.9.x sürümleri için buraya bakınız
http://forum.opencart-tr.com/thread-1065.html