Hello All, I am writing here the script to get product collection of a required category. For the below mentioned script we must have the category id for which the product collection is needed. Hope this is helpful
Tag: Catalog
Get cart products in Magento
Hello All, I am writing here a script for getting all the product’s id added into cart Hope this is useful
Get Products categories in Magento
Hello All, I am writing here the script to get category ids , for the given product. Hope this is useful
Get child categories in Magento
Hello All, I am writing here a script for getting all the child categories of the required category id Hope this is useful
Category Name Magento
Hello all, I am writing here the code for getting category information of the known category id. Hope this is helpful
Category Tree Magento
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.
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.
Catalog Product Model
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 catalog product model. I hope it is useful to you.