Product Options

  • Posts: 441
  • Thank you received: 24
13 years 1 month ago #32507

for having product options i have to create a new product i suppose. Then when i have it done i dont want it to be showing in categories is it possible? i mean i want to have the optio personalization, but only in certain products and i dont want to have it in categories showing.

Second question is is it possible for this options to display in radial button or the only option is list?.

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

  • Posts: 83156
  • Thank you received: 13430
  • MODERATOR
13 years 1 month ago #32531

Yes it's possible. For that, you can create a new unpublished category and put your options into that category. That's what we did on our demo website.

There is no option to display the options with radio buttons instead of dropdowns. However, you should be able to do it by editing the file "option" of the view "product" via the menu Display->Views and changing the line:

$html = JHTML::_('select.genericlist', $this->values, $map, 'class="inputbox" size="1" onchange="hikashopChangeOption();"', 'value', 'text', (int)$value,$id );

to:
$html = JHTML::_('select.radiolist', $this->values, $map, 'onclick="hikashopChangeOption();"', 'value', 'text', (int)$value,$id );

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

Time to create page: 0.051 seconds
Powered by Kunena Forum