Skip to main content

Questions tagged [multiselect-attribute]

Filter by
Sorted by
Tagged with
0 votes
1 answer
158 views

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 ...
zekia's user avatar
  • 660
0 votes
1 answer
61 views

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 ...
Baby in Magento's user avatar
0 votes
1 answer
58 views

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 ...
Camilo Torres's user avatar
0 votes
1 answer
1k views

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: <...
dotancohen's user avatar
  • 1,130
0 votes
1 answer
1k views

I want to add category select on frontend in a custom module how can I do that.
Muhammad Hamza's user avatar
0 votes
1 answer
1k views

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/...
Purushotam Sharma's user avatar
0 votes
1 answer
433 views

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 = $...
Muhammad Hamza's user avatar
1 vote
2 answers
4k views

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 ...
Lez's user avatar
  • 2,977
0 votes
1 answer
278 views

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 ...
Jaisa's user avatar
  • 2,640
1 vote
1 answer
2k views

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??
Nafsss's user avatar
  • 758
0 votes
0 answers
36 views

How i can get only selected options from custom multi-select attribute in block? I used $attribute = $_product->getResource()->getAttribute('attribute_name')->getFrontend()->getValue($...
David Young's user avatar
0 votes
1 answer
574 views

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.
MichaelHa's user avatar
  • 661
1 vote
1 answer
436 views

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'...
Morgan's user avatar
  • 935
2 votes
0 answers
206 views

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 ...
gill's user avatar
  • 349
0 votes
1 answer
1k views

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 ...
Newb's user avatar
  • 95
2 votes
1 answer
154 views

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 ...
Jasper1187's user avatar
3 votes
1 answer
248 views

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 . <...
Mohammad Hamdan's user avatar
1 vote
1 answer
1k views

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?...
Lovely Setia's user avatar
1 vote
2 answers
717 views

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] [...
snh_nl's user avatar
  • 5,452
5 votes
4 answers
12k views

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>&...
Kishan Patadia's user avatar
3 votes
3 answers
14k views

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->...
Rizwan Khan's user avatar
  • 1,969
1 vote
2 answers
2k views

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. ...
Rajkumar Elumalai's user avatar
3 votes
1 answer
12k views

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-...
Vinaya Maheshwari's user avatar
2 votes
1 answer
2k views

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 ...
PatrykD's user avatar
  • 57
6 votes
2 answers
887 views

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....
sharmstr's user avatar
  • 171