Enter tracking number reference of Magento

ex.

Magento Order Comment 1.9 : Useful Links

github.com

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

magento.stackexchange.com

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

magento.stackexchange.com

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 ...

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') ...

www.magecorner.com

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 ...

www.atwix.com

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


Related searches