Filter customization

  • Posts: 1
  • Thank you received: 0
10 years 4 months ago #164748

Could you please help me.

When i create filters, it adds automaticly 2 lines (rising and decrease), as i make several positions, it is too much. in what file can I change it? may be commenting some lines? i make filters with radiobuttons, is it also possible to change image of radiobutton (I made opasity: 0 and added an image on parent span, but it is not clickable anymore)?
site is alldental.ru (sorting is on the left under categories)

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
10 years 4 months ago #164770

Hi,

The are added by the lines:

$html.='<OPTION '.$selectedItem1.' value="'.$theType.'--lth">'.$asc_name.'</OPTION>';
				$html.='<OPTION '.$selectedItem2.' value="'.$theType.'--htl">'.$desc_name.'</OPTION>';
of the file administrator/components/com_hikashop/classes/filter.php so you'll have to adapt the code to do what you want.

For the radio buttons, I didn't understand. I don't see any radio filter with non clickable images on your website.

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum