Hi Lionel.
Thanks for help. It helped, but with ... "tuning" and not completely.
Logo appears and works as it should, everything is nice. But then starts problems with search.
1. This is not checkbox value in DB as "Type A", but picture path "/images/foo/type_a.png" in database, so search is not for nice named value, but for picture search. Client would laugh at this. But in that case I renamed pictures from "type_a.png" to just "Type A" and it solved problem, looks nice. Also in that case I do not need to make for checkbox syntax "Type A=type_a.png" but just "Type A". In DB it writes as "Type A". Let's call it "solved".
2. Next problem started as I needed this checkbox to be multi values, that just doesn't work out, pictures doesn't appear, I know that there is solution with explode (already checked), but then what to do with links to menu if there are more than one selection, i mean for each type there is different link/search type?
Solved by making three separate checkboxes for each type. Anyone saw this solution with multiple values checkbox?
So at this moment I have 3 checkboxes in Admin, 3 pictures in front with linked search types for each, pointing to 3 different menu points, as I have menu with 3 preselected searches.
Now comes the hard part. Multilanguage ... and multilanguage search. Any ideas? To restrict search of product by language and to make these searches response to language where it is searched, so there doesn't appear the same products from/with wrong language in search, also what to do with these checkboxes as they point to one menu item, so it means one language too. Make 9 checkboxes? 3 for each language? not funny :(
I have no idea, as I do not fully understand how multilanguages work in SEBLOD. Got labels translated, clear idea with info input.
Regards