Fiko84 Posted August 28, 2011 Share Posted August 28, 2011 Prosím o radu, vyplním popisek u výrobců v administraci ale po kliknutí na výrobce se zobrazí už pouze seznam produktů výrobce dá se to někdo vyřešit (Presta 1.3). Velice děkuji Link to comment Share on other sites More sharing options...
berka.pavel Posted September 6, 2011 Share Posted September 6, 2011 - úprava manufacturer.tpl ve tvém theme - v 1.4 se o to stará {$manufacturer->description} - v 1.3 to buď bude stejné, nebo můžeš zkusit místo '->' dát '.' Link to comment Share on other sites More sharing options...
Fiko84 Posted September 15, 2011 Author Share Posted September 15, 2011 Perfektní už to běží díky Link to comment Share on other sites More sharing options...
josejumbo Posted February 11, 2012 Share Posted February 11, 2012 - úprava manufacturer.tpl ve tvém theme - v 1.4 se o to stará {$manufacturer->description} - v 1.3 to buď bude stejné, nebo můžeš zkusit místo '->' dát '.' SUPER, díky za radu. Chctěl bych se optat jak tam dotáhnout i logo výrobce, existuje na to nějaký zápis? Děkuji. Link to comment Share on other sites More sharing options...
_matis_ Posted February 13, 2012 Share Posted February 13, 2012 skus taketo nieco: <a href="{$link->getManufacturerRewriteLink($manufacturer->id, $manufacturer->name)|escape:'htmlall':'UTF-8'}" title="{$manufacturer->name|escape:'htmlall':'UTF-8'}"> <img src="{$img_manu_dir}{$manufacturer->id}-large.jpg" alt="{$manufacturer->name}" title="{$manufacturer->name}" /> </a> Link to comment Share on other sites More sharing options...
josejumbo Posted February 13, 2012 Share Posted February 13, 2012 skus taketo nieco: <a href="{$link->getManufacturerRewriteLink($manufacturer->id, $manufacturer->name)|escape:'htmlall':'UTF-8'}" title="{$manufacturer->name|escape:'htmlall':'UTF-8'}"> <img src="{$img_manu_dir}{$manufacturer->id}-large.jpg" alt="{$manufacturer->name}" title="{$manufacturer->name}" /> </a> To nebude ono, jak tohle vložím tak od toho místa s emi na stránce nic nenačte. Link to comment Share on other sites More sharing options...
_matis_ Posted February 13, 2012 Share Posted February 13, 2012 moja chyba, toto uz funguje: <img src="{$img_manu_dir}{$manufacturer->id}-large.jpg" alt="{$manufacturer->name}" title="{$manufacturer->name}" /> Link to comment Share on other sites More sharing options...
josejumbo Posted February 14, 2012 Share Posted February 14, 2012 moja chyba, toto uz funguje: <img src="{$img_manu_dir}{$manufacturer->id}-large.jpg" alt="{$manufacturer->name}" title="{$manufacturer->name}" /> Díky tohle je ono! Děkuji. 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