... Magento 1.9.1.0 make sure cron job is running. Look in core_email_queue table. If there are entries in the table and customers/admin are not ...
The screenshot is not accessible. You may get order details in the sales\order\ info.phtml file by using following code.
if you plan to show that comment in frontend also, you might need to change the template:
totals, updates order status and adds proper comments * * TODO: eliminate logic ...
Email copies are sent as separated emails if their copy method is // 'copy' or a
The BCC recipient is not visible to the customer. Separate Email - Sends the copy as a separate email. Order Comments. Order ...
You can also add the customer comment to the order email, as well as generated ... If comment or feedback value does not show in Magento admin, or you have ...
OK i have got the solution and by below piece of code it is working fine now. $ order->setIsCustomerNotified(false); ...
One of the great things about Magento is that not every change or customization that you want to make requires an actual Magento developer to complete.
/app/design/frontend/default/{your_theme}/ template/email/order/items.phtml. is the parent template