- A very basic Magento extension in the form of an observer that rewrites Magento page titles.
- Tested in Magento CE 1.9, but there's not much to it so it should probably work with most versions
- Developed for woolwarehouse.co.uk and open sourced because... well, why not?
Currently works as such:
[Category Name] - [Title Suffix]
[Product Name] - [Title Suffix]
(Where Title Suffix is set in Admin -> Configuration -> Design -> HTML Head)
Just copy the files into your Magento installation as-is, preserving the folder structure.
All contributions and improvements gratefully accepted. Try raising an issue and submitting a PR!