[UNMAINTAINED] Magento extension that allows customer to specify optional comment during order placing. - magemaven/magento-order-comment.
You can use the below code in your observer to add order comment: $comment = "Comment to be added in the order"; ...
Magento 1.9 - How to get Order Comments History? My code :
Event to use when order comment is post. You can use sales_order_status_history_save_before or sales_order_status_history_save_after and ...
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') ...
Magento Order Comments. Recently we had a request from a client to add a comment to orders (ie. the checkout process). If you have ever wanted to add a field ...
1.4.1.1 - 1.9.0.1.
As you know, order's comments are already implemented in Magento, so we are going to change