jolvil Posted August 25, 2008 Share Posted August 25, 2008 I would like to add the gift_message in new order e-mail (mail-alerts module).Because I want to use gift-message as a message field when the customer make an order and I want this message on new order email alert.I tried to add{gift_message}' => $gift_message, in mailalerts.phpand {gift_message} in new_order.htmlbut I don't have any message in email.I don't know anything about PHP, I just trycould anybody help me to do that? Link to comment Share on other sites More sharing options...
TheTyke Posted August 25, 2008 Share Posted August 25, 2008 JolvilI think that this is a bug issue as the message should show in the customers confirmation email.Can I thank you though as you have solved the text field issue I have been trying to resolve today.Many thanks. Link to comment Share on other sites More sharing options...
jolvil Posted August 26, 2008 Author Share Posted August 26, 2008 This works:I added in:modules/mailalerts/mailalerts.php, line 162 '{gift_message}' => $order->gift_message, in mails/fr/new_order.html {gift_message} Thanks Pierre-Yves Link to comment Share on other sites More sharing options...
TheTyke Posted July 13, 2009 Share Posted July 13, 2009 Cant seem to get this to work.Anyone got any ideas? Link to comment Share on other sites More sharing options...
jolvil Posted July 13, 2009 Author Share Posted July 13, 2009 If you use 1.1 you don't need to make this change, this is included in 1.1 but doesn't work when using Paypal. Bug solved with 1.2 I think. Link to comment Share on other sites More sharing options...
Recommended Posts