<file name="catalog/controller/module/special.php">
Bul:
'special' => $special,
Altına ekle
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/module/special.tpl">
Bul
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/product.php">
Bul
if ((float)$product_info['special']) {
Altına Ekle
$this->data['saving'] = round((($product_info['price'] - $product_info['special'])/$product_info['price'])*100, 0);
<file name="catalog/view/theme/shoppica/template/product/product.tpl">
Bul:
<span class="price-old"><?php echo $price; ?></span> <span class="price-new"><?php echo $special; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $saving; ?>%</span>
<file name="catalog/controller/product/category.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/category.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/manufacturer.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/manufacturer_info.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red; font-weight: bold;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/search.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/search.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
YEDEK ALMAYI UNUTMAYIN.
Bul:
'special' => $special,
Altına ekle
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/module/special.tpl">
Bul
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/product.php">
Bul
if ((float)$product_info['special']) {
Altına Ekle
$this->data['saving'] = round((($product_info['price'] - $product_info['special'])/$product_info['price'])*100, 0);
<file name="catalog/view/theme/shoppica/template/product/product.tpl">
Bul:
<span class="price-old"><?php echo $price; ?></span> <span class="price-new"><?php echo $special; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $saving; ?>%</span>
<file name="catalog/controller/product/category.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/category.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/manufacturer.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/manufacturer_info.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red; font-weight: bold;">İndirim: <?php echo $product['saving']; ?>%</span>
<file name="catalog/controller/product/search.php">
Bul:
'special' => $special,
Altına Ekle:
'saving' => round((($result['price'] - $result['special'])/$result['price'])*100, 0),
<file name="catalog/view/theme/shoppica/template/product/search.tpl">
Bul:
<span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span>
Altına Ekle:
<br /><span style="color: red;">İndirim: <?php echo $product['saving']; ?>%</span>
YEDEK ALMAYI UNUTMAYIN.