Hi
using super orders 4 on zen cart 1.5.0
I have two questions
-
When using batch form print and a user forgets to select at least one order and clicks "print forms" a new window opens showing this error, ERROR_NO_ORDERS and an error log is generated in the cache folder. Should there be a language file for this?
-
I noticed the comment fields in the invoice were not working correctly.
In configuration > shipping/packing >Display Order Comments on Admin Invoice
Settings 0 and 2 worked. The comments would either be all on or all off. Setting 1 was not working.
1= First Comment by Customer only
I noticed in admin > invoice.php located in the comments section, break; is commented out. I un-commented it and that got the setting, 1= First Comment by Customer only, working again. I don't see any problems after changing it but sometimes things don't crop up right away.
$orders_history->MoveNext();
if (ORDER_COMMENTS_INVOICE == 1 && $count_comments >= 1) {
// break;
I checked the super orders modified files for admin > invoice.php and found that line is commented out. My question is, does that "need" to stay as is?
thanks