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.
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.
You might have seen in Magento we have a section for seeing the online visitors at a given time. I am describing here the method for getting the number of online visitors, for reference see the my webstore Decrypt Web Store, I am showing the online visitors in the left column. Here is another way […]
Hello, I have explained the method for displaying random products below: You can extend the script further as per your requirement. This is a basic way of displaying random products in a page from the product catalog. Hope it is helpful