mirac
OpenCart-TR
- Katılım
- 7 Şub 2010
- Mesajlar
- 1,383
- Tepkime puanı
- 0
- Puanları
- 36
- Yaş
- 43
- Konum
- Beykoz____
- Web sitesi
- www.notebook-cantasi.com
1.4.7 temalarını 1.4.8 de eklerken hataları minimize etmek için alttaki yöntemi kullanabilirsiniz..
1.4.8 in default temasında bulunan aşağıda belirtilmiş tüm .tpl dosyalarını yeni uygulayacağınız 1.4.1 den 1.4.7 ye kadar olan tüm sürümler için kullanılan temanın dosyaları ile değiştiriniz..
Bul ve değiştir..
Not: Smrel temada header.tpl yi değiştirmeyiniz.... template klasörünü komple atabilirsiniz..
catalog\view\theme\Kulandığınız Tema\stylesheet\stylesheet.css Aç..
Bul..
Değiştir..
Bul..
Değiştir..
En alta ekle..
1.4.8 temanın image klasöründe bulunan altta belirttiğim resimleri temanızın image klasörüne atınız..
list_remove_btn.gif
ajax_load.gif
button_add_small.png
1.4.8 --> 1.4.9 için değişiklik
1.4.8 in default temasında bulunan aşağıda belirtilmiş tüm .tpl dosyalarını yeni uygulayacağınız 1.4.1 den 1.4.7 ye kadar olan tüm sürümler için kullanılan temanın dosyaları ile değiştiriniz..
Bul ve değiştir..
catalog\view\theme\default\template\checkout\cart.tpl
catalog\view\theme\default\template\checkout\confirm.tpl
catalog\view\theme\default\template\checkout\guest_step_1.tpl
catalog\view\theme\default\template\checkout\guest_step_2.tpl
catalog\view\theme\default\template\checkout\payment.tpl
catalog\view\theme\default\template\checkout\shipping.tpl
catalog\view\theme\default\template\common\header.tpl
catalog\view\theme\default\template\common\home.tpl
catalog\view\theme\default\template\information\contact.tpl
catalog\view\theme\default\template\mail\order_confirm.tpl
catalog\view\theme\default\template\module\bestseller.tpl
catalog\view\theme\default\template\module\cart.tpl
catalog\view\theme\default\template\module\featured.tpl
catalog\view\theme\default\template\module\latest.tpl
catalog\view\theme\default\template\module\special.tpl
catalog\view\theme\default\template\payment\worldpay_failure.tpl
catalog\view\theme\default\template\payment\worldpay_success.tpl
catalog\view\theme\default\template\product\category.tpl
catalog\view\theme\default\template\product\manufacturer.tpl
catalog\view\theme\default\template\product\product.tpl
catalog\view\theme\default\template\product\search.tpl
catalog\view\theme\default\template\product\special.tpl
Not: Smrel temada header.tpl yi değiştirmeyiniz.... template klasörünü komple atabilirsiniz..
catalog\view\theme\Kulandığınız Tema\stylesheet\stylesheet.css Aç..
Bul..
Kod:
#content .middle {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
background: #FFFFFF;
padding: 10px 10px 1px 10px;
min-height: 380px;
}
Değiştir..
Kod:
#content .middle {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
background: #FFFFFF;
padding: 10px 10px 1px 10px;
min-height: 30px;
}
Bul..
Kod:
#content .bottom .center {
background: url('../image/content_bottom_center.png') repeat-x;
height: 5px;
margin-left: 5px;
margin-right: 5px;
}
Değiştir..
Kod:
#content .bottom .center {
background: url('../image/content_bottom_center.png') repeat-x;
height: 5px;
margin: 0 5px 10px 5px;
}
En alta ekle..
Kod:
.tags, .tags a {
font-style: italic;
font-size: x-small;
}
#module_cart .middle {
padding: 5px;
}
.cart_module_total {
padding: 0 3px 0 3px;
font-size: 0.9em;
color: #222;
}
.cart_remove {
margin-top: 3px;
background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
padding-right:10px;
cursor:pointer;
}
.cart_remove_loading {
margin-top: 3px;
background: url('../image/ajax_load.gif') no-repeat transparent;
padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
margin-top: 3px;
background: url('../image/button_add_small.png') no-repeat left center transparent;
padding:5px;
text-decoration: none;
cursor:pointer;
}
#content .middle .box {
float: left;
margin: 0 6px 10px 6px;
min-height: 0px;
}
#content .middle .box .middle {
width: 158px;
min-height: 0px;
}
1.4.8 temanın image klasöründe bulunan altta belirttiğim resimleri temanızın image klasörüne atınız..
list_remove_btn.gif
ajax_load.gif
button_add_small.png
1.4.8 --> 1.4.9 için değişiklik
mirac' Alıntı:catalog/view/theme/systeams/stylesheet/stylesheet.css Aç..
Bul ve sil
Kod:.heading { border-bottom: 1px solid #DDDDDD; padding-bottom: 3px; margin-bottom: 10px; }
Bul
Kod:#content .top h1
Değiştir
Kod:#content .top h1, .heading