mailalerts icon indicating copy to clipboard operation
mailalerts copied to clipboard

Sends e-mail notifications to customers and merchants in PrestaShop 1.6.

Results 20 mailalerts issues
Sort by recently updated
recently updated
newest added

There is issues where an invalid email address will cause the stock updates to fail. This will prevent invalid email addresses to be saved to the database.

solves the problem of sending emails to the store administrator (in the case of the Polish version) . e.g. about a new customer order

It's interesting to know when a customer asked about an alert

needs a patched template, eg: ``` patch index 2f3107d..05248bb 100644 --- a/mails/fr/new_order.html +++ b/mails/fr/new_order.html @@ -96,11 +96,11 @@ - Détails de la commande + Détails de la commande - Commande...

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 1.6.1.x | Description? | Mailalerts not send Out of stock email when share available quantities to sell actived in...

…order process white screen when email check is done on table from mailallerts We need to validate email in user input and what is most important replace all ascents in...

Besides being more elegant and correct, this way enables developers to create custom behaviors with Cart Rules, where instead of offering discounts, they could increase the price. However, this change...

The previous values are rounded to 2 decimals in the following method: 1. Order::getOrders() 2. Order::getProductsDetail() 3. Order::setProductPrices() This is due to backwards compatibility with 1.4, but it can lead...

Is change the database indexes and add a new field to primary key.

Make the consistent check whether the email addres should be possible to provide by user - the actions.php controller checks if customer is logged in to decide wheter to take...