Tag Archives: products
12

Sort (show) products by sold quantity in Magento

Sort (show) products by sold quantity in Magento

Recently I wrote a post on Show products on sale in Magento. This one is somewhat of an upgrade to that post. In the previous post I mentioned, I had the case where I modified

app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php

There I made some changes to the _construct() function. In order to implement another cool feature in our grid/list category product view I will make some additional modifications to Toolbar.php and the _construct() function. Read more

3

Show products on sale in Magento

Show products on sale in Magento

By default Magento (up to 1.1.6 version) does not have item on sale list view. If you were to open the http://demo.magentocommerce.com link and go to Furniture > Living Room you would get a grid (or a list) view of all the products inside the category Living Room as displayed on the picture below.

Filters available by default

Filters available by default

As you can see, you have three filters available by default (Best Value, Name and Price). So what if we want to add another one here? Read more

1
12