Paulito Posted January 28, 2012 Share Posted January 28, 2012 Dear all, this the first time I have used this forum so please bear with me: Question: I am using Prestashop 1.4.6.2 standard template, what I want to do is add a logo to my header next to the shop name, eg. if my shop name was "beers r us.com" I would like an image of a beer next to it, I hope this makes sense. Is it possible to do this, if so, how Hope you can help Paul Link to comment Share on other sites More sharing options...
Richard S Posted January 30, 2012 Share Posted January 30, 2012 Preferances -> Image, change to your logo. Link to comment Share on other sites More sharing options...
Carl Favre Posted January 30, 2012 Share Posted January 30, 2012 As Richard S said you can change the logo in your back-office or you can also edit TPL files of your theme. Link to comment Share on other sites More sharing options...
s@fsoft Posted January 30, 2012 Share Posted January 30, 2012 Hi, If you would like only to change the image of the logo and keep all other images the same as before. You can override the /img/logo.jpg with your wanted logo. Safwen Link to comment Share on other sites More sharing options...
Mr.Moon Posted January 30, 2012 Share Posted January 30, 2012 A litle tip for logo and another static images you can use this code: in header.tpl <img class="logo" src="{$img_ps_dir}logo_{$lang_iso}.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="776"{/if} {if $logo_image_height}height="143" {/if} /> There you can define diferent logo for each language, where $lang_iso is your active language Moon. 1 Link to comment Share on other sites More sharing options...
s@fsoft Posted January 30, 2012 Share Posted January 30, 2012 A litle tip for logo and another static images you can use this code: in header.tpl <img class="logo" src="{$img_ps_dir}logo_{$lang_iso}.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="776"{/if} {if $logo_image_height}height="143" {/if} /> There you can define diferent logo for each language, where $lang_iso is your active language Moon. Yes! Nice try. Keep in mind to name the logo images accordigly Link to comment Share on other sites More sharing options...
Mr.Moon Posted January 30, 2012 Share Posted January 30, 2012 Yes! Nice try. Keep in mind to name the logo images accordigly There is one BO bug with this code: When you replace orginal img source with that code, in BO logo picture not display more. But it is only way how to get multi logo for each languages.. Link to comment Share on other sites More sharing options...
s@fsoft Posted January 30, 2012 Share Posted January 30, 2012 There is one BO bug with this code: When you replace orginal img source with that code, in BO logo picture not display more. But it is only way how to get multi logo for each languages.. Yes Moon, Must make attention when restoring the old name of the logo. thanks for remarking him 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