shopping cart remove image gorunmuyor. image yolunu degistirme

one2one

OpenCart-TR
Katılım
1 Ara 2014
Mesajlar
1
Tepkime puanı
0
Puanları
0
opencart tema hakkinda sorunum var, sorunu resimde de gosterdim remove resmi gorunmuyor. chrome da kodu inceledigimde alttaki kod cikiyor.
<img src="catalog/view/theme/pav_citymart/image/remove-small.png" alt="Remove" title="Remove" onclick="(getURLVar('route') == 'checkout/cart' || getURLVar('route') == 'checkout/checkout') ? location = 'index.php?route=checkout/cart&remove=49:YToxOntpOjIyNztzOjEwOiIyMDE0LTEyLTAyIjt9:' : $('#cart').load('index.php?route=module/cart&remove=49:YToxOntpOjIyNztzOjEwOiIyMDE0LTEyLTAyIjt9:' + ' #cart > *');">
bu kod hatali cunki image yolu farkli. image yolu "catalog/view/theme/pav_citymart/image/remove-small.png" degil "catalog/view/theme/pav_plaza/image/remove-small.png" olmasi gerek bu yolu nasil degistirebilirim? stylesheet altta yazdim ama orada oyle bir code goremedim. ne yapmam gerek? bu arada ftp de image var image da sikinti yok farkli image da denedim. olay image yoluyla alakali.

orn7bc30.png


}
#header #cart .content a{color:#fff}
#header #cart .content a:hover{text-decoration: underline;}
#header #cart .content .checkout {text-align:center}
#header #cart .content table {background:none}
#header #cart.active .heading {

}
#header #cart.active .content {
display: block;
}
.mini-cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px;
}
.mini-cart-info td {
color: #fff;
vertical-align: top;
padding: 10px 5px;
border-bottom: 1px solid #fff;
}
.mini-cart-info .image {
width: 1px;
}
.mini-cart-info .image img {
border: 1px solid #EEEEEE;
text-align: left;
}
.mini-cart-info .name small {
color: #fff;
}
.mini-cart-info .quantity {
text-align: right;
}
.mini-cart-info td.total {
text-align: right;
}
.mini-cart-info .remove {
text-align: right;
}
.mini-cart-info .remove img {
cursor: pointer;
}
.mini-cart-total {
text-align: right;
}
.mini-cart-total table {
border-collapse: collapse;
display: inline-block;
margin-bottom: 5px;
}
.mini-cart-total td {
color: #fff;
padding: 4px;
}
#header #cart .checkout {
text-align: right;
clear: both;
}
#header #cart .empty {
padding-top: 50px;
text-align: center;
 
Üst