Hello all, I am writing here the code for getting the status of the CMS static block of the required block id. Hope this is helpful
Tag: Blocks
Magento Blocks
List of Email Templates in Magento
I am posting here the method to get the list of Email Templates which we make at admin end (Admin Panel -> System -> Transactional Emails) The below code to be written in Block file. Hope this is helpful.
Blocks in Magento eCommerce
If you are using Magento Ecommerce, you might have created ‘Static Blocks’ for integrating custom functionality. I am listing here the method to create CMS Blocks. Suppose you want a custom box to be displayed on right column. 1) Go to admin section there is menu ‘Static Blocks’ in ‘CMS’. 2) Click ‘Add New Block’. […]