Nevermind my comment, I got it sorted out:-)
Printable View
I have a problem with line breaks when sending batch status updates. I get extra <br> tags inserted into my DB and they read with big spaces on my order details page. The problem does not occur on the customers side in their email that's sent from the store, that email looks fine.
I'm pretty sure the problem lies in this line:
I've tried setting this to "true" but then the email sent has no line breaks at all. It does look fine on the order details page though!PHP Code:
$comments = zen_db_scrub_in($_POST['comments'], false);
Surely someone else has had this problem?
Zen Cart Version 1.3.9h
Super Orders -> split order
The resulting orders show total as $0.00, therefore any payment applied shows as a negative (overpayment) This shows on both the parent and the child.
Caveat - These orders are placed as "cash on delivery" and I split the order before any payment was applied.
Zen Cart Version 1.3.9h
In super_data_sheet.php V3.0, since I am not using TY TRACKER, I was getting errors, so I made these changes:
<?php // TY TRACKER 2 BEGIN, INCLUDE DATABASE FIELDS ------------------------------
// line below added by coopco to remove TY Tracker
if (TY_TRACKER == 'True') {
and at the end of the TY TRACKER section:
// END TY TRACKER 3 -------------------------------------------------------------------
echo ' <td class="smallText" align="left" valign="top">' . nl2br(zen_db_scrub_out($orders_history->fields['comments'])) . ' </td>' . "\n" .
' </tr>' . "\n";
$orders_history->MoveNext();
}
} else {
echo ' <tr>' . "\n" .
' <td class="smallText" colspan="5">' . TEXT_NO_ORDER_HISTORY . '</td>' . "\n" .
' </tr>' . "\n";
} // added by coopco to remove TY Tracker
}
I am sure this has been discussed already... if so could someone please point me to the solution.
But is there any way to add back the feature to edit comments visible by the customer? Or is there a way to unhide admin comments so they become visible to the customer?
thanks!
Hello Zenners,
Does this mod work with the admin login as a customer 2.2 mod? I've currently installed that mod and would like to install this mod but I'm concerned they might not work together.
thanks!
NWFAP
I missed your post :blink:Quote:
The code so that Super Orders automatically creates a Super Order payment record for PayPal paid orders is already done.. The to do list you refer to lists the items that as of today remain outstanding.. I only explicitly listed the items that are not done yet..
Can you point me on the right direction where to find the fix? I really didn't find it... Please :hug: I will treat you well when you come to visit.