- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019
12:37 PM
05-22-2019
12:37 PM
Magento 2 New Product Drop down default value 'Choose'
I am hoping there is a way to set a required dropdown in the Admin New Product section to 'Please Choose'. I do not want a default option to be used but that a user must choose from a list before proceeding. I have a list of manufacturers that I would like a user to choose from before they can save a product but have not found a way to do so. I can allow for an empty value but that does me no good.
Any help would be appreciated.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019
01:42 PM
05-22-2019
01:42 PM
Re: Magento 2 New Product Drop down default value 'Choose'
Hi @shane_mccarthy,
Go To admin panel, Store -> Attributes -> Product
You need to select values required to yes from the attribute properties.
In your case you can search using attribute code manufacturer in attribute grid.
For more info you can visit below link:
https://www.mageplaza.com/kb/how-to-create-product-attribute-magento-2.html
I hope it will help you!
Go To admin panel, Store -> Attributes -> Product
You need to select values required to yes from the attribute properties.
In your case you can search using attribute code manufacturer in attribute grid.
For more info you can visit below link:
https://www.mageplaza.com/kb/how-to-create-product-attribute-magento-2.html
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2019
09:16 AM
06-11-2019
09:16 AM
Re: Magento 2 New Product Drop down default value 'Choose'
Thanks @Vimal Kumarbut I have that currently set. When you are on the Add Product page the first selection in the drop down is already selected. I need there to be no selection until the user makes one. I can find no place to change this behavior.