Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple selections #3

Open
joshribakoff opened this issue Oct 24, 2013 · 0 comments
Open

Multiple selections #3

joshribakoff opened this issue Oct 24, 2013 · 0 comments

Comments

@joshribakoff
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant