mattBeck Posted November 10, 2014 Share Posted November 10, 2014 Hello, I'm creating a website using prestashop 1.6, the default bootstrap theme and I've arranged it to have the old 1.5 look. Now, I have the block category on the left and everything is great, I've just a question, is there a way to make a category just a not clickable label? I mean, there must be some sort of iteration via smarty that I can use to select those categories an make them a non-clickable <a>, I was wondering if anyone already did that or if there's an easy way to do it! Thanks a lot, Matt Link to comment Share on other sites More sharing options...
tuk66 Posted November 12, 2014 Share Posted November 12, 2014 Try this <a href='#' onclick='return false;'> http://stackoverflow.com/questions/128923/whats-the-effect-of-adding-return-false-to-an-onclick-event Link to comment Share on other sites More sharing options...
Recommended Posts