Jump to content

Email Log Red Error message


Claudia M

Recommended Posts

I have looked everywhere, my computer, saved emails, because I know Brian answered this for me when I upgraded before.  I create orders from my eBay and Etsy customers and create faux email addresses for them so CubeCart does not send them emails.  I the email log I get the red error - this email does not exist.  How do I remove the red error entry?

email-log.PNG.c7c5cd0b48ac4b7fdf74fd08f0785402.PNG

Link to comment
Share on other sites

I think it is not possible to remove individual entries from the Email Log (other than using an external database management utility).

Of course, it is possible to enhance the log to have checkboxes at column #1 to individually select log entries for a group action.

(I think CubeCart will automatically delete any entry older than X-number of days old as per a setting in Store Settings.)

 

Link to comment
Share on other sites

In the admin skin template statistics.emaillog.php:

Near lines 65-67, find:

<tr>
  <td class="row_error" colspan="9">{$log.fail_reason}</td>
</tr>

To remove just the red background color:

<tr>
  <td{* class="row_error"*} colspan="9">{$log.fail_reason}</td>
</tr>

To remove the entire row containing the message:

{* <tr>
  <td class="row_error" colspan="9">{$log.fail_reason}</td>
</tr> *}

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...