We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
block
- December 02, 2015 51
As we all know magento have multi-language store. If you want to run a multi-languages site, you may face a necessity to create separate version of every static block or CMS page for every...
- April 25, 2015 32
Here is the code for calling block in Magento:-
Module page
[php]
<?php echo $this->getLayout()->createBlock('newmodule/newblock')->setTemplate('newmodule/newblock.phtml')->toHtml();...