문제

How do I edit the drop down 'Sign In' form on One Page checkout for guest customers in Magento 2.2?

  • I preferably want to insert a CMS block just underneath the password box.
  • This drop down is not a static block, it is not something I've created. Please help me
도움이 되었습니까?

해결책

If you want to know the path of the file, you can enable template path hint from admin, it will display the file path in frontend.

To Enable template path hint Go to Admin panel, then Go to Store->Configuration. Now from left panel navigation select your store from top store view dropdown.

now under ADVANCED select Developer. After that Under Debug Section set Enabled Template Path Hints for Storefront to yes

Update

The login pop up comes from below file in luma theme

/vendor/magento/module-customer/view/frontend/templates/account/authentication-popup.phtml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top