Category Clickability: Making Selected Categories Unclickable
Categories and sub-categories are constructed to create a "category tree" of navigation.
Sometimes you wish to stop customers from clicking a specific category or sub-category but still want that category displayed in your navigation, e.g. it might have sub-categories.
Here is how to make a specific category or sub-category unclickable in your catalog navigation.
- Login to your Admin area
- Go to INVENTORY / Categories
- Click [Search]
- Enter the "ID" or "Category Name" and click the blue [SEARCH] button
- In the resulting list of matches, click the "ID" of the category to be changed
- Scroll down and click "Advanced Info" to expand it (if not already expanded)
- Click "Misc" in the left-margin
- In the "Alternate URL" field, enter: javascript:event.preventDefault();
- Click the blue [SAVE] button
Repeat these steps if you have additional categories to make unclickable.