enesaltunisik
OpenCart-TR
catalog/view/theme/TEMANIZ/stylesheet/stylesheet.css aç
bul
hemen altına ekle
catalog/view/theme/TEMANIZ/template/module/special.tpl aç
bununla değiştiriniz.
son olarakda
admin/eklentiler/modüller/kampanyalar/ aç
Resim boyutu kısmını
resim (W x H) : 36 x 36
not: sadece sağ ve sol kısımlara konulduğunda çalışır.
.box-product .price {
display: block;
font-weight: bold;
color: #333333;
margin-bottom: 4px;
bul
hemen altına ekle
.box-product .sidebar{
width:158px;
margin-bottom:10px;
text-align:left;
}
.box-product .sidebar .price{
margin-bottom:0px;
}
.box-product .sidebar .rating{
margin-bottom:0px;
}
.box-product .sidebar .image img{
padding:1px;
}
.box-product .sidebar .name a{
margin-bottom:0px;
}
catalog/view/theme/TEMANIZ/template/module/special.tpl aç
bununla değiştiriniz.
<div class="box"> <div class="box-heading"><?php echo $heading_title; ?></div> <div class="box-content"> <div class="box-product" align="left"> <?php foreach ($products as $product) { ?> <div class="sidebar"> <table width="100%" border="0"> <tr> <td rowspan="2" width="36px" height="36px"> <?php if ($product['thumb']) { ?> <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" /></a></div> <?php } ?> </td> <td><div class="name"><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a></div></td> </tr> <tr> <td> <?php if ($product['price']) { ?> <div class="price"> <?php if (!$product['special']) { ?> <?php echo $product['price']; ?> <?php } else { ?> <span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span> <?php } ?> </div> <?php } ?> </td> </tr> <tr> <td></td> <td> <?php if ($product['rating']) { ?> <div class="rating"><img src="catalog/view/theme/default/image/stars-<?php echo $product['rating']; ?>.png" alt="<?php echo $product['reviews']; ?>" /></div> <?php } ?> </td> </tr> </table> </div> <?php } ?> </div> </div></div>
son olarakda
admin/eklentiler/modüller/kampanyalar/ aç
Resim boyutu kısmını
resim (W x H) : 36 x 36
not: sadece sağ ve sol kısımlara konulduğunda çalışır.