sepete ekle kısmının üzerinde ürünün özelliklerini de yazıyor ben sadece fiyat ve sepete ekle olsun istiyorum
https://i.hizliresim.com/P7BkA7.png

kullandığım sürüm 2.3.0.2
2
●322

<?php if ($product['option']) { ?>
<?php foreach ($product['option'] as $option) { ?>
<br />
- <small><?php echo $option['name']; ?> <?php echo $option['value']; ?></small>
<?php } ?>
<?php } ?>
<?php if ($product['recurring']) { ?>
<br />
- <small><?php echo $text_recurring; ?> <?php echo $product['recurring']; ?></small>
<?php } ?>