Magento – New attribute created in admin side is not showing in storefront UI in magento 2

configurable-productcustom-attributesmagento2product-attribute

I have created a new attribute (which is a multi select dropdown) and added to attribute set. When I edit or create a product in admin, that newly created attribute is found there and I can select the values and save.

So It supposed to show in user front end side. But thats not showing there in the product detail page. It still shows only color and size.

In the product attribute settings in admin panel I have updated the settings as ,

  • "Visible on Catalog Pages on Storefront" to "Yes",
  • "Used in Product Listing" to "Yes",
  • "Scope" to "Global" and
  • Diabled Cache.

Is there any settings which I have to accomplish the same?

Best Answer

Try to re-index database: php bin/magento indexer:reindex. Remember that a new attribute 'usually' shows under more info tab.

enter image description here

If you made some custom layout or template, please revert back to Magento default.

Related Topic