Questions tagged [multiselect-attribute]
The multiselect-attribute tag has no summary.
120 questions
0
votes
1
answer
158
views
Display multiple select product attributes just like category attribute
I'd like to display some multiple select custom product attributes, in a more advanced way, just like category_id field does. (Using checkboxes, displaying selected values like tags with X option on ...
0
votes
1
answer
61
views
Multiselect option is not visible for the existing attribute
Previous developers created attribute with attribute code : is_outlet_available .
Now we need Multiple Select option for that attribute. But the Multiple Select option is not visible now. Is there ...
0
votes
1
answer
58
views
Product attribute in Model
I have an attribute product that is a multiple select. I need to fill it with many operation options to select from, like a thousand or more.
Is there the possibility to put this multiple selection in ...
0
votes
1
answer
1k
views
Select items in multiselect on Product form in Admin area
On the Product edit form in the Admin area, I have added a multiselect field by overwriting the modifyMeta() method on Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\AbstractModifier as so:
<...
0
votes
1
answer
1k
views
How can I display category select dropdown on frontend
I want to add category select on frontend in a custom module how can I do that.
0
votes
1
answer
1k
views
Magento2: How to show multiselect product attribute lable on product detail page
I am using magento2.3.x
I have created a dropdown attribute(product attribute) from admin.
now I have showing this attribute on product page using below code:-
file path:-
app/design/frontend/Vendor/...
0
votes
1
answer
433
views
How to get customer custom multi select attribute value in magento 2
I have created a customer multi-selected attribute but I am not able to get its value on checkout can you please guide me on how can I get it. I try these two solutions but it not work.
$customer = $...
1
vote
2
answers
4k
views
How to programmatically set a multiselect attribute value to a product in Magento 2?
I'm having trouble setting values to a multiselect type attribute for a product programatically.
Example attribute: material
Example values: cotton & polyester
Please note that both attribute and ...
0
votes
1
answer
278
views
Magento2.3.1 : multiselect attribute values is not saving for products via magento backend
I have tried to save multiple values of an attribute for a product, but it is not saving.
I have used Pipe separator and comma separator, unfortunately, both are not working
Please find my csv file ...
1
vote
1
answer
2k
views
How to get multiselect attribute value of a product in magento 2
I have created multiselect custom attribute for product. See https://prnt.sc/sp7wgn
I want to display the selected option value on frontend using phtml file.
How can i do that??
0
votes
0
answers
36
views
Magento 2.3 How get selected options from custom product attribute to list format?
How i can get only selected options from custom multi-select attribute in block?
I used
$attribute = $_product->getResource()->getAttribute('attribute_name')->getFrontend()->getValue($...
0
votes
1
answer
574
views
get product attribute in form magento 2
I have a custom form like this. how can I get all product attribute and
Pour it into the select option in the job field. Hope anyone help me. Thank you.
1
vote
1
answer
436
views
Get products where multiselect value is false
how can I get products where the value of a multiselect is not set ?
I've got these so far :
$filter =
array(
array('eq' => array("378")), //multiselect with one value
array('eq'...
2
votes
0
answers
206
views
How to create customer custom attribute for radio buttons in magento 2
I want to create customer custom attributes with following types:
1.radio buttons
2.checkbox
Please provide me a solution to create customer custom attribute.
If the checkbox contains more than 3 ...
0
votes
1
answer
1k
views
Magento 2 ui multi-select preselected values
I am new at Magento 2,
UI multi-select component render store views group by websites and stores,
but when I am editing I need saved values of store views of certain record to be preselected in that ...
2
votes
1
answer
154
views
If a configurable product has only one option available, should it automatically select it?
I was wondering what is best practice from the customers perspective.
I have got a few configurable products from our webshop that have only one option available for selection. Should I make this ...
3
votes
1
answer
248
views
How to select all fields in multi-select on single click in magento 1.9
I am working in magento 1.9 . I am making a muliselect field. I want to select all fields on single click . Did magento 1.9 gave such tag by default ? .
My code in system.xml looks like .
<...
1
vote
1
answer
1k
views
How to filter Multiselect in Magento 2 search Rest API?
I am using magento search rest api. Now i can filter attributes like neck, sleeve, etc.., but i need to give multiple values for same attribute (like mulitple select)
My Request:
rest/V1/search?...
1
vote
2
answers
717
views
Magento Update Multiselect Attribute: add 1 option (dont overwrite curent0) via script or massupdate or extension
Magento Update Multiselect Attribute: add 1 option (dont overwrite curent0) via script or massupdate or extension
Situation
Product with multiselect attribute for color
- COLOR [Green] [...
5
votes
4
answers
12k
views
Magento 2: Import multiple select attribute values using CSV
How can we import multiple select attribute values using CSV ?
For example SKU "test" has two values for attribute "xyz" - "val1" and "val2".
When I use both value as val1<space><comma>&...
3
votes
3
answers
14k
views
Create Product Attribute Of Type MULTISELECT or dropdown select & Create Option Labels Diffrent for Diffrent Store using install or upgrade schema
I am creating custom Product Attribute Of type MULTI SELECT,
I want to create different option label for each stores for this particular Attribute,
I have tried with this below code,
$eavSetup->...
1
vote
2
answers
2k
views
how to set Custom Select and MultiSelect value while Product add Programatically Magento 2
I am working on to create a simple product programmatically.
I have created 2 custom Attribute
Select(select_testing)
MultiSelect(multiselect_testing)
select_testing attribute value ==> 1, 2, ,3, 4.
...
3
votes
1
answer
12k
views
How to add multi-select field in magento2 ui form
I have created a custom module in magento2. And created ui component form to save title and sort_order value, now I want to add brands as multi-select field in my module's form.
How to add a multi-...
2
votes
1
answer
2k
views
Magento 2: Add UI Multiselect Dropdown
How can I add categories multiselect (same as one used on product page - screen) to my custom module?
Edit:
Following @PrincePatel suggestion I have rewritten part of my code to use ui_component. The ...
6
votes
2
answers
887
views
Multi select attribute not indexing CE 2.6.1
I migrated my site from 1.9x to 2.6.1. I have at least 2 multi select attributes that are not being indexed to catalog_product_index_eav. In researching this issue, I found that if the eav_attribute....