2 Answers · Thanks @Kingshuk for giving solution, but i'm not using any api. – Bikash Ranjan Apr 3 '17 at 10:42 · 1 No..not API..Magento said they can change the ...
try this $order->getCustomerName().
To Get Guest Name from Order: public function getGuestCustomerName(\ Magento\Sales\Model\Order $order) { return ...
Response:show order and items details any options show customer name. Labels ...
Amazon Sales Channel · Getting Started with Amazon Sales Channel · About Amazon
Solved: https://magento.stackexchange.com/questions/153452/how-to-display- customer-name-when-logged-in-magento-2 I found above ...
Preconditions (*) Magento 2.3.2 & 2.4-develop, community edition
Load New Order for Guest template and check the greeting name.
The Magento 2 developers know the crazy client requirements
[php] // Check if any customer is logged in or not if (Mage::getSingleton('customer/ session')->isLoggedIn()) {. // Load the customer's data