Dropdown select for options

More
8 years 2 months ago #77188 by ugo
Dropdown select for options was created by ugo
Hi to all, i've a lot of options to display, and i would like to transform checkbox into dropdown
Code:
<label class="checkbox"> <input class="eshop-options" type="checkbox" name="optionvalue_ids[]" value="<?php echo $optionValue->id; ?>" <?php if (in_array($optionValue->id, $optionValueIds)) echo 'selected="selected"'; ?>> <?php echo $optionValue->value; ?> </label>
Can someone help me?
Thank you and sorry for my bad english

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
8 years 2 months ago #77282 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Dropdown select for options
Hello Ugo,

This requires to override the layout of EShop Advanced Search module. Please continue to following up the support ticket to get my supports.

Sincerely, Giang

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

Moderators: Giang Dinh Truong