metta Posted January 24, 2010 Share Posted January 24, 2010 I want to put the search bar on the top of the category page that next to the sort box. Do we have a hook there? I search for the class.php and the category.php line by line and I don't understand how the sort box hook to. What is the hook name? Can I hook the search bar there? Many thank for the help. :-) Link to comment Share on other sites More sharing options...
metta Posted January 25, 2010 Author Share Posted January 25, 2010 Okay. I added a hook into the DB, INSERT INTO `ps_hook` VALUES(51, 'catTop', 'Category Top', 'Display hook on the top of the category', 1); Which php should I add the hook to? What is the top of the category belongs to? Header.php? footer.php? I checked the category.php line by line and I don't see the word"hook" ..... Where, which php should i hook this too? :-S I have beed working on this issue for non-stopping 16 hours.... Am I stupid or what? Link to comment Share on other sites More sharing options...
Recommended Posts