Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requeue multiple emails from the QueuedEmail List page #2192

Closed
AndreiMaz opened this issue Mar 6, 2017 · 1 comment
Closed

Requeue multiple emails from the QueuedEmail List page #2192

AndreiMaz opened this issue Mar 6, 2017 · 1 comment

Comments

@AndreiMaz
Copy link
Member

AndreiMaz commented Mar 6, 2017

Issue:
The current queued email list page only allows to delete multiple items.
To requeue emails, the store admin must drill into each email one at a time.

In the case of an email outage on the server, it is possible to have a large list of emails that may need to be requeued. This creates a very poor user experience:

  1. This takes a very long time. We have instances where 50 to 100 emails needed to be requeued, this became very time consuming. The process of drilling into each email, making it requeued, reloading the list, finding and loading the next email, requeue that one, reload the list again, find the next email, over and over again.

  2. It can become confusing. This is because after requeueing an individual email then returning to the list page, the list has been changed or resorted. At that point in may become confusing as to which email was requeued, especially when dealing with a long list.

Suggestion:
Add a button to "Requeue Selected" messages.
Allow the store admin the check the checkboxes (existing) on the list page, then when clicking on the "Requeue Selected" those email would become requeued.
This would work similar to the "Delete Selected", but just to requeue those items. The view is already setup with the checkboxes, and the individual requeue logic already exists, so this should be a relatively quick and easy enhancement that would go a long way for the user experience.

Source: http://www.nopcommerce.com/boards/t/46465/requeue-multiple-emails-from-the-queuedemail-list-page.aspx

@AndreiMaz
Copy link
Member Author

After some discussion decided not to implement it out of the box. We leave it for customization or plugin development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant