daniel.kapicak Posted May 11, 2014 Share Posted May 11, 2014 (edited) 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 May 11, 2014 by daniel.kapicak (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 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 More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 Thank you so much but How can I find shop id? Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 you can find it on multistore setup page there is an ID column Link to comment Share on other sites More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 (edited) I see it but it looks like group ID and I have all 3 shops in one group.//I found it, its work fine, thank you! Edited May 11, 2014 by daniel.kapicak (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 so open this group and you will see there id of each shop which is associated with this group :-) Link to comment Share on other sites More sharing options...
Recommended Posts