Şahin YILDIZ Posted September 24, 2013 Share Posted September 24, 2013 temaadı/product.tpl Bul: <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> Değiştir: <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> <br><br> {if $product->id_manufacturer > 0 OR $product->id_supplier > 0} {if $product->id_manufacturer > 0} <label style="font-weight: bold;">{l s='Marka Adı :'} </label> <span class="editable"> {$product->manufacturer_name}</span> {else}{/if}<br> <br> {if $product->id_supplier > 0} <label style="font-weight: bold;">{l s='Tedarikçi Adı :'} </label> <span class="editable"> {$product->supplier_name}</span> {else}{/if} {else}{/if} 1 Link to comment Share on other sites More sharing options...
efsab1213 Posted January 6, 2014 Share Posted January 6, 2014 peki bu tedarikçi ismine ve marka adına link vermek için nasıl bir kod eklememiz gerekiyor acaba ? marka adına tıkladığında markanın tüm ürünlerine gidecek, tedarikçi adına tıkladığımızda tedarikçinin tüm ürünlerine gidecek ? Link to comment Share on other sites More sharing options...
bera_ramazan Posted January 7, 2014 Share Posted January 7, 2014 {if $product->manufacturer_name} <a href="{$link->getmanufacturerLink($product->id_manufacturer, $product->manufacturer_name)}" > {$product->manufacturer_name|escape:'htmlall':'UTF-8'} </a> {/if} bundan faydalanabilirsiniz 1 Link to comment Share on other sites More sharing options...
ekonovich Posted August 27, 2014 Share Posted August 27, 2014 Mesela bazı marka ürünlerin stoklarında sorun çıkabiliyor. Şu ID numaralı markaysa "Lütfen sipariş vermeden önce stok sorunuz" gibi birşey nasıl yaparız Link to comment Share on other sites More sharing options...
ekonovich Posted August 27, 2014 Share Posted August 27, 2014 Hımm yaptım ama türkçe karakterler gözükmedi :S {if $product->id_manufacturer == 3} <span class="editable"> MARKA Ürünlerini Satın Almadan Önce Stok Sormanızı Tavsiye Ediyoruz</span> {/if}<br /> Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted August 28, 2014 Author Share Posted August 28, 2014 .tpl dosyanızı dreamweaver ile uft-8 yapın düzelecektir Link to comment Share on other sites More sharing options...
Behc98 Posted August 26, 2016 Share Posted August 26, 2016 Nitelik referansı için nasıl birşey yapabiliriz acaba? 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