Prestashop catagory linking question

Avatar
  • Answered
Please see my new theme: http://pawsandclawspetsupply.com

As you know, usually on menu bars even though you have subcategories that appear on hover, the customer can still click on the parent category and bring up the parent category page with the subcategories. What I want to do is disable a customer's ability to go to anything but a subcategory. But here is my problem.

Take DOG BEDS for example. When you hover over DOG BEDS, it show the subcategories just fine but if I disable the DOG BED parent category the customer gets a 404 warning or page not available. Here is what I want. I want to have only the subcategories as "click able". I want a click on a parent category to do nothing, no 404............nothing.

Please assist me.

r,

Bruce
Avatar
anonymous
Hello Bruce,

One option you could do without re-writing how the menus link would be to direct 404 errors back to the home page by putting the following code into your .htaccess file.

ErrorDocument 404 /


Best Regards,
TJ Edens