문제

I am using Magento 2.2.2.

I want to restrict the number of SKU characters to be entered in the Admin Product Detail Page. How to achieve this.

도움이 되었습니까?

해결책

Try to update you eav_attribute table

UPDATE eav_attribute SET frontend_class = "validate-length maximum-length-11" where attribute_code = 'sku'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top