Title: Ash_Onsale Extension
Author: Peter McWilliams
Email: [email protected]
Date: February 6, 2013
Adds easy way to show all on-sale products within the store.
- Clone module with modman
- Delete all contents of the Magento cache
- For this module to do its job, you must specify the following layout update on a category via the administration interface:
<reference name="category.products">
<block type="ash_onsale/product_list" name="product_list" template="catalog/product/list.phtml">
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
<block type="page/html_pager" name="product_list_toolbar_pager"/>
</block>
<action method="setColumnCount"><columns>4</columns></action>
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
</block>
</reference>
@copyright Copyright (c) 2013 August Ash, Inc. (http://www.augustash.com)