Change Order Page Customer Address Information on Magento
August 18, 2021
Change Order Page Go to => /vendor/magento/module-sales/view/adminhtml/templates/order/view/info.phtml Find Customer Address Information section. For Billing Address Replace with –> $objectManager = \Magento\Framework\App\ObjectManager::getInstance();$countryCode = ‘JP’; // Enter… Read More →