How can I add the different blocks in footer for each store in Magento -
hello new in magento.i want add different blocks in footer each store. have created cms block adding telephone number in footer , add block in local.xml , telephone number cms block showing in footer problem have multiple store , want add different telephone number according store.
how can .is there way use different block different store in footer admin section. appreciated.
instead of creating static block display telephone number,
you can store telephone number form system configuration(admin panel).
system > configuration > general > store information
in can give telephone number each store
and can telephone number following code
mage::getstoreconfig('general/store_information/phone');
get value in cms page
{{config path="general/store_information/phone"}}
Comments
Post a Comment