Enter tracking number reference of Magento

ex.

Magento Order Comments 1.9 : Useful Links

magento.stackexchange.com

You can use the below code in your observer to add order comment: $comment = "Comment to be added in the order"; ...

stackoverflow.com

1)Add custom field/attribute in sales_flat_order table using install script, the sample is given below $installer = $this; $installer->startSetup(); ...

www.reddit.com

Magento 1.9 - How to get Order Comments History? My code :

stackoverflow.com

+1 for code_break, who answered this nicely. Here's my own version for completeness: $orders = Mage::getModel('sales/order') ...

github.com

[UNMAINTAINED] Magento extension that allows customer to specify optional comment during order placing. - magemaven/magento-order-comment.

stackoverflow.com

for anyone running into this problem in future. We run into this "problem" as well and found out the following: In the sendOrderUpdateEmail ...

www.atwix.com

As you know, order's comments are already implemented in Magento, so we are going to change


Related searches