cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 Override Email

Magento 2.3 Override Email

Here is how we override Address edit in Magento 2.3
the new class `Edit.php`

class Edit extends \Magento\Customer\Block\Address\Edit
{

}

I want to know for email , what class it extends from (I mean instead of `\Magento\Customer\Block\Address\Edit`)
What should I write
Thanks in advance

1 REPLY 1

Re: Magento 2.3 Override Email

Hi @ahmed_chouihi  ,

 

Please explain well.

 

Which email do you want to override and purpose?

 

If it helps : Click on Kudos and Accept as Solution

 

Thank you

Hiren Patel