debreli
OpenCart-TR
catalog/controller/product/product.php aç
bul
sonrasına ekle
bul
sonrasına ekle
catalog/language/turkish/product/product.php
bul
sonrasına ekle
catalog/view/theme/default/template/product/product.tpl aç
bul
sonrasına ekle
bul
Kod:
if ((float)$product_info['special']) {
sonrasına ekle
Kod:
$this->data['income'] = $this->currency->format($product_info['price'] - $product_info['special']);
$this->data['saving'] = round((($product_info['price'] - $product_info['special'])/$product_info['price'])*100, 0);
bul
Kod:
$this->data['text_tags'] = $this->language->get('text_tags');
sonrasına ekle
Kod:
$this->data['text_income'] = $this->language->get('text_income');
catalog/language/turkish/product/product.php
bul
Kod:
$_['text_tags'] = 'Etiketler:';
sonrasına ekle
Kod:
$_['text_income'] = 'Kazancınız:';
catalog/view/theme/default/template/product/product.tpl aç
bul
Kod:
<span class="price-old"><?php echo $price; ?></span> <span class="price-new"><?php echo $special; ?></span>
sonrasına ekle
Kod:
<?php echo $text_income; ?> <?php echo $income; ?> (%<?php echo $saving; ?>)