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
Not all product attributes can be used as configurable options.
Please publish the problem attribute backend settings page screenshot.
What is "Catalog Input Type for Store Owner"?
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
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.
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?
I get an error saying class Magento\Framework\Serialize\Serializer\json does not exist
Can anyone tell me how I can fix this please?
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;