/EasylifeTag

A small magento extension that turns your tags urls from 'tag/product/list/tagId/10' to 'tag/tag-here'

Primary LanguagePHPMIT LicenseMIT

Easylife Tag v1.0.0

A small Magento extension that turns your tags urls from 'tag/product/list/tagId/10' to 'tag/tag-here'

Compatibility: Magento CE 1.7.0.2 and later. Most probably it works on older versions. I just didn't test.

What it does

It changes the urls for tag pages from tag/product/list/tagId/10 to tag/clothes.

Rewrites

The extension rewrites one model Mage_Tag_Model_Tag and one resource model Mage_Tag_Model_Resource_Tag.

Uninstall

Just remove the folder app/code/community/Easylife/Tag/ and the file app/etc/module/Easylife_Tag.xml

Idea

The idea came from this SO question

Issues

This might introduce a very (very very) small overhead in the tag pages, because of a new router and because it loads the tag model again. Please report any other issues here.