This should work for you. $orderId = 64; $order = Mage::getModel('sales/order')-> load($orderId); echo $order->getIncrementId();. Cheers!
To load an order by increment id one would do: Mage::getModel('sales/order')-> loadByIncrementId('10000001'); //use a real increment order id ...
If you're specifically doing this on the checkout success page - in success.phtml - then the code to get the order increment ID is already ...
The difference is: order_id is the internal Magento order ID; order increment ID is the ID which you communicate to your customer. You can easily load an order ...
I want it to be the same but add the order id in brackets after that subject. I know
Custom Order Number for Magento 2 by Mageplaza is an excellent solution for shop owners to customize increment IDs of billing documents ...
This has been asked 100 times but seems to change in every version of Magento . I just need to adjust the starting order number. So not ...
Some merchants want to customize order numbers or invoice numbers to be different than what Magento 2 produces by default. They might ...
I would know which order id to change state from pending to completed or paid status
orders coming from a certain site (e.g., for an English Store View you will get