Hello All, I am listing here a useful topic related to Magento. Below is the description to generate a select box using inbuilt functions of Magento. Lets take an example of displaying a select box containing all the catalog products. I am using the existing core files for better understanding, you are recommended make new […]
Tag: Product
Product Collection in Magento
Hello All, I am writing here the script to get product collection of the store. Hope this is helpful
Specific Category Products Magento
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
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
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.