Hello!
I need to choose in Product - Custom Fields from the list multiple values.
I can in the "Custom Field Type" point "Is a list? - Yes" and in "Default" to list the values of, for example, "D-SUB; DVI-I; DVI-A; DVI-D". At the same product I can choose only one from this list, but I need more, for example, "D-SUB and DVI-D". How do I do this?
for example:
<form>
<p><select multiple>
<option>DVI-I</option>
<option>...</option>
</select></p>
</form>
VM 2.0.24
J2.5
How this should be shown on the cart page? Your ideas?
I do not know :-(
I was planning to use this field to display in "productdetails".
In the section "customfields".
For example , the characteristic monitor " video interface connections" often contains multiple values : DVI-I, DVI-D, D-sub.
For example in "productdetails":
-----
Monitor 1 :
Video interface connections : DVI-I, DVI-D, D-sub.
-----
Monitor 2 :
Video interface connections : D-sub.
-----
Monitor 3:
Video interface connections : DVI-I.
-----
etc.
-----
In my humble opinion , it would be more convenient for each product to choose from a list of several required values , instead of manually entering values in the text.
ps: sorry for my english.
Looks like 3 separate custom fields for me (one with dropdown list). Try it and post here url.
It seems that we do not understand each other :-(
I attach a screenshot.
# 1 - an example, multiple choice
# 2 - where to enable / disable the output?
[attachment cleanup by admin]
You should use a couple instances of 'Video interface connections' field there. And settings of 'Video interface connections' fields are?
Check the Custom Fields for all
http://breakdesigns.net/extensions/customfields-for-all
With that you enter your values only once.
If a value has already used at any of your products, you just select it.
Also you can assign multiple values easily
2Maxim Pishnyak: I did not understand your answer. :(
2balai: Yeah, I guess that's what I'm asking. thank you.