Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.23 KB

README.md

File metadata and controls

60 lines (47 loc) · 2.23 KB

This Magento 1 extension is orphaned, unsupported and no longer maintained.

If you use it, you are effectively adopting the code for your own project.

Category Link URL

Add the ability to optionally specify external or internal URL's for categories that will be used instead of the "real" category URL whenever a link to the category is rendered.

Facts

Description

This module adds allows the administrator to optionally specify an URL for a category.
The URL has to be fully qualified with schema (e.g. http://) and a domain name.
If an URL is specified on a category, then whenever a link to the category is rendered (for example in the top navigation), the specified URL will be used instead of the original "real" URL.

One possible use case for example is to add links to CMS pages to the top navigation.

Compatibility

  • Magento >= 1.6
  • No class rewrites, only event observers.
  • Works with and without the flat catalog category tables.

Installation Instructions

  1. If you use the Magento compiler, disable compilation mode.
  2. Unpack the extension ZIP file in your Magento root directory.
  3. Clear the cache.
  4. If you use the Magento compiler, recompile.
  5. Regenerate the category flat table index (if you use the flat category table)

Support

If you have any issues with this extension, open an issue on GitHub (see URL above)

Contribution

Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Vinai Kopp
http://vinaikopp.com
@VinaiKopp

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2014 Vinai Kopp