debreli
OpenCart-TR
catalog/controller/product/product.php aç
bul
sonrasına ekle
bul
sonrasına ekle
catalog/language/turkish/product/product.php aç
bul
sonrasına ekle
catalog/view/theme/default/template/product/product.php aç
bul
öncesine ekle
[/code]
bul
Kod:
$this->data['text_tags'] = $this->language->get('text_tags');
Kod:
$this->data['text_quantity'] = $this->language->get('text_quantity');
bul
Kod:
$this->data['model'] = $product_info['model'];
Kod:
$this->data['quantity'] = $product_info['quantity'];
catalog/language/turkish/product/product.php aç
bul
Kod:
$_['text_error'] = 'Ürün bulunamadı!';
sonrasına ekle
Kod:
$_['text_quantity'] = 'Stokta Kalan:';
catalog/view/theme/default/template/product/product.php aç
bul
Kod:
<span><?php echo $text_stock; ?></span> <?php echo $stock; ?>
öncesine ekle
Kod:
<span><?php echo $text_quantity; ?></span> <?php echo $quantity; ?><br />