Realwebroot
Members
-
Joined
-
Last visited
Reputation Activity
-
Realwebroot got a reaction from Jo 90 in Magento: Add Static Block to Store ViewCreate a static block for each language, all with the same identifier. Render the block with the cms/block block. It will automatically add the store ID to load the correct version of the block. Here's an easy way to load and render the block directly in the template file:
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('delivery_returns')->toHtml() ?>