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

magento.stackexchange https://magento.stackexchange.com/questions/212845

سؤال

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