How to add Static block directly into your template file (.phtml)

Posted by Labels: at

+

How to add Static block directly into your template file (.phtml) Here is a short php code to help you display Static Block that you created on your Magento Admin panel. <?php echo $this -> get...

Back to Top