Improve store manager to really simulate a real Magento panel button using their API

Improve store manager to really simulate a real Magento panel button using their API

Avatar image
Apr 06, 2017
Yura Senkiv wrote
The example would be orders :
In Magento, you cannot modify the order unless you cancel it and create new using the edit_increment column.
The Store manager is good at this as we can directly modify the SQL database without using Magento API.

However, when we need to send an email to the user, we still need to log into admin panel -> sales -> orders -> “particular order” ->click “send email”
This will trigger the event “email_order_set_template_vars_before”, there is no way to trigger this event in store manager.
So it would be great to add the possibility to utilize Magento API and create buttons in store manager that do exactly what Magento will perform

Please vote for the feature if you would like it to be added in future versions.
Completed
1 vote
Vote
Reply
1 Answer
Avatar image
Apr 26, 2017
Yura Senkiv agent wrote
SMTP support has been added in our new version 3.7.1.1957
Now it is possible to perform the following actions from Store Manager for Magento:
- send e-mails from customer grid, order grid, abandoned carts section, general/custom reports sections;
- configure e-mail templates, outgoing e-mails
- set up e-mail notifications informing about scheduled tasks accomplishment;
- schedule abandoned cart, general/custom report emails.