cancel
Showing results for 
Search instead for 
Did you mean: 

Change pop-up connection

Change pop-up connection

Hi,

 

I have a simple question, but i don't found the answser,

Whitch folder is concern to customize the login/register pop-up on magento 2

(see picture) picture.png

 

i just want change the title and content.

I only found app/design/frontend/.../.../Magento_Checkout/web/template/authentication.html but it's a data-bind :

 

data-bind="mageInit: {
            'Magento_Ui/js/modal/modal':{
                'type': 'custom',
                'modalClass': 'authentication-dropdown',
                'trigger': '[data-trigger=authentication]',
                'wrapperClass': 'authentication-wrapper',
                'parentModalClass': '_has-modal-custom _has-auth-shown',
                'responsive': true,
                'responsiveClass': 'custom-slide',
                'overlayClass': 'dropdown-overlay modal-custom-overlay',
                'buttons': []
            }}">

Thank for your help (sorry for me english, i am french)

 

Have a good day

5 REPLIES 5

Re: Change pop-up connection

Hi @julien_rouzot1 

 

Not able to see the screenshot.

It will be visible once moderator approved it.

 

In the mean time can you share the link of the image.

 

Thanks!

Re: Change pop-up connection

Re: Change pop-up connection

Hi @julien_rouzot1 

 

Are you using any custom theme for this?

 

Thanks!

Re: Change pop-up connection

Hello @julien_rouzot1 

Enable template path hint to get more ideas on this.

or take the help of any Magento developer to know which files need to be changed to customize it.

This popup seems coming from a Magento theme. Also if you are looking to translate the words, try using CSV method.

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_practice.html

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Change pop-up connection

Thank you for your help but,

When i search ctrl+F on PHPSTORM, i can't found this template,

i can't found his CSV with translation too. Maybe this is in vendor...