Search the Community
Showing results for tags 'order email'.
-
Does anyone know of any method or module that splits the order confirmation email that are sent to the administrator or back office based on which products are being purchased? I want to send the email to a certain adress if products from manufacturer A are being purchased, and to another email adress if products from manufacturer B are being purchased. Ideally I would like to separate the content of these emails and only send emails with products of correct manufacturer to the correct adress. I am currently using the Mail alerts module for order confirmation emails sent to my administrator account. Any suggestions or does the problem need further explanation?
-
Hello! I've got prestashop 1.6.15, and I'd like to add some custom data in the order email that the user receive after the payment of an order. What are the files of that email? Thank you!
- 3 replies
-
- prestashop
- order email
-
(and 1 more)
Tagged with:
-
Hi, I am working on two shops for customers where the mailalert module is not working, the shopowners do not receive an email when a new order is placed. The emails to the customers work fine. I have found other posts about this issue but one is marked as solved and the other is mixed with different issues. So to keep it simple and clear, I am making a new post. One shop was version 1.5.6.0 where mailalerts was working. The shop was upgraded to fix some other issues and now mailalerts are not working anymore. The other shop is a fresh install of version 1.5.6.1 - no emails are received when there is a new order. I have tried everything mentioned in these posts: http://www.prestashop.com/forums/topic/280410-prestashop-156-problem-mail-alerts/ http://www.prestashop.com/forums/topic/280613-solved-upgraded-to-156-and-every-email-sent-malformed-recipient-address/ Both shops now have the 2.8 version of the module and the modified Mail.php I have also found this on the Bug tracker: http://forge.prestashop.com/browse/PNM-1944 the bug report links to this fixed version: https://github.com/PrestaShop/PrestaShop-modules/tree/master/mailalerts, but there is no way to download the fixed module? Can someone help with a proper fix for this bug?
-
The issue is : 1. Once a virtual product order is made, no emails containing product download links sent to the customer. Customer must go to the account to see the link. But payment confirmation mails work well. 2. I tried to add an order status using the template "product_download"in the orders tab. and set the order confirmed to this status. Product for download email is sent, but the link doesn't changes. It shows as followed: Thank you for your order from ***** You have {nbProducts} product(s) now available for download using the following link(s): {virtualProducts} finally, I find that the key problem is the host. I am using Godaddy. email settings must be changed to SMTP. and using Godaddy's SMTP.
-
- order email
- product link
-
(and 1 more)
Tagged with:
-
How can I separate the attributes on the order confirmation email so that they each show on a separate line rather than simply separated by commas? the following is from classes/PaymentModule.php <td style="padding: 0.6em 0.4em;"><strong>'.$product['name'].'</strong><br>'.(isset($product['attributes']) ? ' '.$product['attributes'] : '').(!empty($customizationText) ? '<br> - '.$customizationText : '').'</td> Also, how can I make the attribute itelf (not he title) italic? There doesn't seem to be any allowance for html between the attribute title and the value form what I can see. This is on Prestashop 1.3.1.1
-
- attributes
- order confirmation email
-
(and 1 more)
Tagged with: