Skip to content

Multiple selections #3

@joshribakoff

Description

@joshribakoff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions