Jump to content

Is it posible a different header logo for each language?


Recommended Posts

Thats my question: is it posible a different header logo for each language? If it isn't possible, is there a module to doing that?

 

by default it isn't possible to use different logo for each language defined in the store. You can use, for example, custom content modules

  • Like 1
Link to comment
Share on other sites

modules from official addons store:

http://addons.prestashop.com/en/front-office-features-prestashop-modules/5164-multi-block-arbitrary-html-or-text.html

http://addons.prestashop.com/en/front-office-features-prestashop-modules/3449-custom-html-javascript-block.html

html block pro

or just several others from external websites like mine or other developers (i cant paste urls due to the forum rules)

 

how to use it?

define html blocks with code

<div style="position:absolute; left:0px; top:20px;">
<img src="URL_TO_YOUR_LOGO" />
</div>

use different URL_TO_YOUR_LOGO value for each language in your store (in modules like i mentioned you can select language version of block)

  • Like 1
  • Sad 1
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...