lat9 / edit_orders

Edit Orders: Updates for continued operation on Zen Cart v1.5.8 and later
GNU General Public License v2.0
5 stars 9 forks source link

Fix issue raised by Ted Grapler #185

Closed scottcwilson closed 3 years ago

scottcwilson commented 3 years ago

See forum thread: https://www.zen-cart.com/showthread.php?227771-Customer-email-text-format-problems-EMAIL_SALUTATION-EMAIL_ORDER_MESSAGE_UPDATE

When Edit Orders is used to make a status change in 1.5.7, the email template values EMAIL_SALUTATION and EMAIL_ORDER_UPDATE_MESSAGE are not substituted.

To test you need Admin > Configuration > Customer Details > Email Salutation = true.

lat9 commented 3 years ago

Noting that the change is needed due to a change in the status-update email template. I'll accept this as an interim patch, but the code will be removed in deference to #131 (the use of zen_update_orders_history) and #45 (the removal of in-plugin TyPT support).

scottcwilson commented 3 years ago

Good plan. I figured you would want to use zen_update_orders_history in the long term. Thanks for all your hard work in making Edit Orders a great part of Zen Cart.