Skip to content

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 1.08 KB

Magento Empty Handles - Dh_EmptyHandles

Module Overview

The empty handles module creates new layout handles for 3 pages in Magento - allowing full control over their layout based on their emptiness:

  • Category Pages - (empty if there are no products)
  • Search Results Page - (empty if there are no search results)
  • Shopping Cart Page - (empty if there are no items in the shopping cart)

Usage

The layout handles for the above pages have been created and a skeleton for each can be found here:

  • app/design/frontend/base/default/layout/emptyhandles.xml

Enabling / Disabling

Once installed, the module can be enabled and disabled under the design section in system configuration

Feedback

Please send me any feedback - good or bad - to drewdhunter@gmail.com

License

Licensed under http://creativecommons.org/licenses/by/3.0/ CC-BY 3.0

Changelog

1.0.0 - Initial Commit