Jump to content

Recommended Posts

Hi,

I found this tut: http://www.prestashop.com/forums/topic/318946-solved-instagram-link-in-follow-us/ but I need links to several instagram accounts. I have multistore in 3 languages and I have 3 instagam accounts. It is possible set link to instagram for each shop separately?

Thank you

Edited by daniel.kapicak (see edit history)
Link to comment
Share on other sites

hello

 

you can use there if condition to display contents depends on shop that actually are viewed.

 

for example
 

{if $cart->id_shop==5}
 <a href="http://instagram.com/mypresta">
  <span>{l s='Instagram' mod='blocksocial'}</span>
 </a>
{else if $cart->id_shop==3}
 <a href="http://instagram.com/prestashop">
  <span>{l s='Instagram' mod='blocksocial'}</span>
 </a>
{/if}
Link to comment
Share on other sites

×
×
  • Create New...