October 9, 201316:00 How to get currency code in Magento Magento | Uncategorized We know Magento support multiple currency. Use following code given below to check current currency in the Magento site frontend…. Read more
September 16, 201316:23 addAttributeToFilter Conditionals In Magento Magento | Uncategorized addAttributeToFilter is a function that can be called on a product collection in Magento. In short, it adds a condition… Read more
September 4, 201313:39 Filters in Query in Magento Magento | Uncategorized When we are filtering data in Magento, time occurs when we want to fetch result after filters like Not equal,… Read more
August 27, 201317:52 Generate Category Tree Recursively Magento | Uncategorized In this blog we will see how generate a category tree, recursively showing all categories and sub categories. The code… Read more
August 27, 201317:30 Magento: How to get most viewed products? Magento | Uncategorized Here, I will show you the code to get the most viewed products in Magento. The function addViewsCount() filters the… Read more
August 27, 201317:16 Ways to Enable or Add Custom Breadcrumbs in Magento Magento | Uncategorized There are some pages in Magento with no breadcrumbs enabled by default. In order to enable it, for example, on… Read more