Jump to content

Order message in order email


Recommended Posts

Change line 380 of classes/PaymentModule.php (in PrestaShop v1.3.5) from:

'{total_wrapping}' => Tools::displayPrice($order->total_wrapping, $currency, false, false));



to:

'{total_wrapping}' => Tools::displayPrice($order->total_wrapping, $currency, false, false),
'{order_message}' => isset($message) ? $message : '');



Then you should be able to use {order_message} in order_conf.html and order_conf.txt to display the order message.

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
  • 2 years later...
  • 4 weeks later...
×
×
  • Create New...