innocommerce / innoshop

Innoshop is an Open Source eCommerce System based on Laravel 11, supporting multiple languages, multiple currencies, integrated with OpenAI, and featuring plugin mechanisms and theme template development for enhanced user experience and system extensibility.
https://www.innoshop.com
Other
195 stars 49 forks source link

Feature: Email notifications #1

Closed nemofang closed 1 month ago

nemofang commented 3 months ago

Currently after placing an order, there is no order confirmation email sent out.

The platform should be able to send email notifications either with its own email server or 3rd party services such as SendGrid. The email notifications should include:

  1. Order confirmation email to customer
  2. New order notification email to store owner. (optional)
  3. Shipping confirmation email to customers after order is shipped
  4. Cancelation email to customer
  5. Depends if the system will handle RMA: Return management related emails: notification email to store owner when customer request a return/exchange, reimbursement email to customer after return handled etc.
yushine commented 3 months ago

Thank you for your feedback and suggestions. We are delighted to inform you that the upcoming version of our platform will add email notifications to better serve both customers and store owners.

yushine commented 1 month ago

@nemofang
The latest release, version 0.2.6, has added email notifications for new registrations, password recovery, new orders, and order updates.