- Posts: 2
- Thank you received: 0
Dropdown select for options
- ugo
- Topic Author
- Offline
- New Member
-
Less
More
9 years 1 month 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
Can someone help me?
Thank you and sorry for my bad english
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>
Thank you and sorry for my bad english
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
9 years 1 month 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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.