Magento 1.9 - How to get Order Comments History? My code :
Please check below code load(10); $statusHistory ...
My magento version is 1.9.2.4 Thank you.
You can use the below code in your observer to add order comment: $comment = "Comment to be added in the order"; ...
1)Add custom field/attribute in sales_flat_order table using install script, the sample is given below $installer = $this; $installer->startSetup(); ...
Magento 1.9 - How to get Order Comments History? My code :
+1 for code_break, who answered this nicely. Here's my own version for completeness: $orders = Mage::getModel('sales/order') ...
[UNMAINTAINED] Magento extension that allows customer to specify optional comment during order placing. - magemaven/magento-order-comment.
for anyone running into this problem in future. We run into this "problem" as well and found out the following: In the sendOrderUpdateEmail ...
As you know, order's comments are already implemented in Magento, so we are going to change