magento2: Dimensions missing from new product

Preconditions (*)

  1. Magento v2.3.3

Steps to reproduce (*)

  1. Magento Admin > Catalog > Products > Add new Product

Expected result (*)

  1. Product attribute set ‘Default’ should show fields for Length, Width and Height

Actual result (*)

  1. Above mentioned fields are missing

image

Triage Note

  • The issue is reproducible on 2.3.3 release version
  • The issue is NOT reproducible on 2.3-develop
  • 2.3.3 is not merged into 2.3-develop at this moment

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 21 (5 by maintainers)

Most upvoted comments

@sagarppanchal It is still under Dev at Magento end, however there is a temporary fix
just update the eav_attribute table and source_model = NULL WHERE attribute_code = ‘ts_packaging_type’

it will make the attributes appear and working as it has to be.

hi @krishprakash , Thanks for your comment. I did change the scope to global, still these fields were not visible.