Ürün Fiyatı sıfır olunca Sepete Ekle Butonunu Gizleme

grafiozo

OpenCart-TR
Katılım
23 Ara 2010
Mesajlar
16
Tepkime puanı
0
Puanları
0
Yaş
46
Web sitesi
www.egemedyagrup.com
product.tpl dosyasında şu kodları yazarak oluyor diyor ama çözemedim nereye ekleyeceğime
http://forum.opencart.com/viewtopic.php?t=854&p=3633 bu linkte örnek var

Kod:

<div class="buttons">
<table>
<tr>
<td align="left"><input type="button" value="<?php echo $button_reviews; ?>" onclick="location='<?php echo $review; ?>'" /></td>
<?php if ($price_amount > 0.0 ) { ?>
<td align="right"><input type="submit" value="<?php echo $button_add_to_cart; ?>" /></td>
<?php }?>
</tr>
</table>
</div>
 
Üst