문제

I found how add my custom attribute "dispname" on the product page but I would like to put it above the attribute "name". Can you help me?

catalog_product_view.xml :

enter image description here

Product page : enter image description here

도움이 되었습니까?

해결책

add below code in your xml file

<move element="product.info.dispname" destination="product.info.main" before="-"/>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top