Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top