Magento: change advanced search

I want to change the advanced search layout to my needs.

Instead of selection boxes, I want the description to have buttons with an image and text. For one button layout:

[button][image][text]

      

+2


source to share


2 answers


Go to magento admin and under system-> configuration-> Developer enable "path pattern hints" and "lock hints".

Then you need to know which template is used to render the select boxes, open that template and replace them with radio buttons.



Good luck!

+2


source


All the templates you need are in / app / design / frontend / default / default / catalogsearch /



+3


source







All Articles