-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
From customer:
For the multi-select, here what we changed to get it working.
In the
/app/code/local/Elite/Vaf/Adminhtml/Block/Catalog/Product/Edit/Tab/vaf.php
file.
At the line 100.
Put a size on the select and change the multiple.
<select class="multiTree-select <?=$level?>Select <?=$metadata?>" size="11"
<?=($i == count($levels)-1)?"multiple='multiple'":"" ;?>>
This only activate the multi-select on the last level.
And,
In the /app/code/local/Elite/Vaf/html/multiTree.js.include.php file.
At line 265.
I joined the file so you can see the code correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels