I was setting up this Mod for someone and the tracking number was not being sent with the order update email. I found the problem and fixed it.... see below
/admin/orders.php
Find (around line 111)
Replace with thisCode:if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {
Code:if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on')) {


Reply With Quote


