Pergunta

Add additional addresses to address book in magento 2.3 then Click on ' Delete Address' link in address book it redirect to 404 page and invalid url shows.

enter image description here

Foi útil?

Solução

Replace below code in Delete.php file.

vendor/magento/module-customer/Controller/Address/Delete.php

use Magento\Framework\App\Action\HttpGetActionInterface;

class Delete extends \Magento\Customer\Controller\Address implements HttpGetActionInterface
{

enter image description here

for more reference please visit

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top