Static Blocks Magento
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
Opensource Web Solutions
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
Hello all, I am listing here the method to display Category Tree, you can further modify the script for getting products etc. This can be written in any phtml file, but its a better practice to make a model for this. Hope this is helpful.
I have explained the method below for getting the list of Country which we see in Magento. site checkout page. Below code to be written in Block file in a function (you can even write the code in template file). Hope this is helpful to many of you.
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
Hello All, Many of you who are working in Magento might have come accross the need to make custom form for getting user data. I am writing here an example to display form (with validation) for submitting basic info and send a mail on the email submitted. Suppose the from need to be displayed at […]
Hello All, While working in Magento, some times need arises to use Magento API. Magento Core API supports both SOAP and XML RPC protocols. The API is permission based and allows access to the Customer, Catalog and Order modules of Magento. You can get the information here Magento Core API I am listing here the […]
Update [28-May-2019] : I have developed an extension for Magento 2 platform, check it out Dw Rss Feed Reader for Magento 2 I have a blog using WordPress and a DecryptWeb Shop using Magento. So I wanted to show latest feeds from my blog onto my shop, so that visitors can directly go to the […]
While working in Magento, you might have seen that there are various model defined like sales,catalog etc. I am writing here a script for working with customer model. I hope it is useful to you.