Jump to content

Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

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

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

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...