Claudia M Posted June 1, 2021 Share Posted June 1, 2021 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? Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 1, 2021 Share Posted June 1, 2021 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.) Quote Link to comment Share on other sites More sharing options...
Claudia M Posted June 1, 2021 Author Share Posted June 1, 2021 I don't want to delete the entry, just don't want the red error message to show. Disable it somehow Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 1, 2021 Share Posted June 1, 2021 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> *} Quote Link to comment Share on other sites More sharing options...
Claudia M Posted June 1, 2021 Author Share Posted June 1, 2021 Thanks Brian. I commented out the whole row and it does what I want. Many thanks!! PS: I updated my computer change file so hopefully on the next upgrade I'll have this info! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.