osmankarakus Posted September 26, 2010 Share Posted September 26, 2010 sa. arkadaslar aslında basit bir sey ama yapamayan için zor birşey tabi bu konuda bana yardımimcı olursanız sevinirimaçıklama resimde mevcuthttp://i51.tinypic.com/2emiwix.jpg Link to comment Share on other sites More sharing options...
ugur onur Posted September 26, 2010 Share Posted September 26, 2010 ilk önce modules/homefatured/homefatured.tpl dosyasının yedeğini al. daha sonra sayfanin icindeki kodlari sil ve asagidaki kodu o sayfanin icine yapistir. bakalim istedigin olacak mi? <!-- MODULE Home Featured Products --> {l s='featured products' mod='homefeatured'} {if isset($products) AND $products} {assign var='liHeight' value=236} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=homeFeaturedProducts} {$product.name|truncate:55:'...'|escape:'htmlall':'UTF-8'} getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> {if !$priceDisplay || $priceDisplay == 2} {if $special.reduction_percent}(-{$special.reduction_percent}%){/if} {convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}{/if} {if $priceDisplay} {convertPrice price=$product.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='homefeatured'}{/if}{/if} {l s='View' mod='homefeatured'} {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} {l s='Add to cart' mod='homefeatured'} {else} {l s='Add to cart' mod='homefeatured'} {/if} {/foreach} {else} {l s='No featured products' mod='homefeatured'} {/if} <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
osmankarakus Posted September 27, 2010 Author Share Posted September 27, 2010 çok teşekkürler eline sağlık yanlız ufak bir hata var (: Link to comment Share on other sites More sharing options...
osmankarakus Posted September 27, 2010 Author Share Posted September 27, 2010 tamam kardesh çok sağol ilgilendiğin için sanırım buldum " {$product.description_short|strip_tags|truncate:130:'...'}" satırı silince problem çözüldü Link to comment Share on other sites More sharing options...
safa Posted September 27, 2010 Share Posted September 27, 2010 {assign var='liHeight' value=236} satırı silince küçülür otomatik ama sayfanın altında boşluk oluşmaya başlar. o yüzden burdaki height değerinide büraz külütmen gerekir.kolay gelsin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now