Custom Category URL Structures
Jonathan Longnecker at Fortyseven Media wrote up an excellent how-to for creating custom category URL structures.
The method was born out of their work on a furniture website where the requirement was to be able to navigate up the URL from the individual product view and see all products in a category and then all categories.
So, if you have a URL like this (from their example):
http://site.com/products/sofas/10-123/
If the user removes the product ID (“10-123”), all of the sofas should display and if the category (“sofas”) is removed, all categories should display. This isn’t possible with the standard EE setup, but this article by Fortseven Media is an excellent solution to the problem.
Share on Twitter