cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2 attributes not showing in Create Configurations

magento 2 attributes not showing in Create Configurations

HI,

 

In magento 2 i created an attribute and i cant get it to show up in the Create Configurations for the product that i am creating.

Am i missing a setting some were?

 

Thanks

8 REPLIES 8

Re: magento 2 attributes not showing in Create Configurations

Not all product attributes can be used as configurable options.

Please publish the problem attribute backend settings page screenshot.

Re: magento 2 attributes not showing in Create Configurations

Re: magento 2 attributes not showing in Create Configurations

What is "Catalog Input Type for Store Owner"?

Re: magento 2 attributes not showing in Create Configurations

It's "Multiple select"

 

I see it now, that only for the back end of the product, I thought i was setting up multiple select for the product on the front end.

 

Thank you

Re: magento 2 attributes not showing in Create Configurations

Hi,

 

On product attributes how come the one i create show the first option in the list and the attribute color made by magento is clear? So if i create a product its attaches size, numbers and letters to the product(see pic) How do i get them to be blank like color? All setting are the same as the color attribute.

 

 

Re: magento 2 attributes not showing in Create Configurations

I am having the same problem in a sandbox version of Magento 2.0 Enterprise.

 

I created an Attribute for "Total Carat Weight" but it is not available when I try to create a Configurable Product.

 

Details of the attribute are in attached screenshot. (attachments not possible)

 

"Catalog Input Type For Store Owner" is text field.

 

What field(s) on the attribute make it unavailable for configurable products?

Re: magento 2 attributes not showing in Create Configurations

I get an error saying class Magento\Framework\Serialize\Serializer\json does not exist

unnamed.png

 

Can anyone tell me how I can fix this please?

Re: magento 2 attributes not showing in Create Configurations

if you created attribute Programetically update below entry in database and it will solve your problem

 

 

           UPDATE `catalog_eav_attribute` SET `is_visible` = '1' WHERE `catalog_eav_attribute`.`attribute_id` = YourAttributeId;