cancel
Showing results for 
Search instead for 
Did you mean: 

Change Account Link Header 2.3.7

SOLVED

Change Account Link Header 2.3.7

Hello i'm not able where to find Signi in and Register text https://ibb.co/MsRZYyF

I saw it comes from following code

<?php echo $this->getChildHtml("header.links"); ?>
but not able to find text
Thanks
2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Change Account Link Header 2.3.7

@fabiotosca3261 

Please refer the below files at:

\Magento\Customer\Block\Account\AuthorizationLink

vendor\magento\module-customer\view\frontend\layout\default.xml

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

Re: Change Account Link Header 2.3.7

@fabiotosca3261 

After logging into the user’s account via SSH, execute the following commands in the Magento installation directory.

php bin/magento cache:clean
php bin/magento cache:flush
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

3 REPLIES 3

Re: Change Account Link Header 2.3.7

@fabiotosca3261 

Please refer the below files at:

\Magento\Customer\Block\Account\AuthorizationLink

vendor\magento\module-customer\view\frontend\layout\default.xml

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Change Account Link Header 2.3.7

Thanks first link is working correctly

however i notice that i'm not able to flush cache

https://ibb.co/1mLXRHT

i have always "Invalidated" even if i click "Flush magento cache" button

Why?

 

Re: Change Account Link Header 2.3.7

@fabiotosca3261 

After logging into the user’s account via SSH, execute the following commands in the Magento installation directory.

php bin/magento cache:clean
php bin/magento cache:flush
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.