user1536 From Necunoscut Member since dec. -0001 user1536 19 apr. 2015 16:58 Hello, I would want or is the file to modify automatic email because when I commende an article I receive his(her,its): Content-Type: multipart/mixed; ==Multipart_Boundary_x49a38dc61c6c3b89454a2990962725aex This is a multi-part message in MIME format. --==Multipart_Boundary_x49a38dc61c6c3b89454a2990962725aex Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit Order Copy Order #6 2015-04-19 Shipping Address: NAME ADDRESS POSTALE CODEe country Payment Address: NAME ADDRESS POSTALE CODE country Phone: TEL E-mail: MAIL@mail.com Shipping Option: - Payment Option: - Shipping Tracking ID: - Transaction Number: - Shipping Weight: - Qty Item SKU Unit Price Tax Sum 1 test 1.00 € 0.00 € (0 %) 1.00 € Subtotal: 1.00 € Grand Total: 1.00 € Address: My Store Street Postcode City Country Phone: +1-212-555-DUCK
xyncro LiteCart Fan From Sweden Member since sept. 2013 xyncro 19 apr. 2015 17:26 Im sorry but.. to understand what you want you have to specify your question better..
litecart Main Crew From Sweden Member since feb. 2013 litecart 19 apr. 2015 17:39 You are not making any sense :(
user1536 From Necunoscut Member since dec. -0001 user1536 20 apr. 2015 09:58 sorry i'm french, Where is situated the file with email? When I command(order) an article, I receive this email (je voudrais savoir où se trouve le fichier dans le quel est programmer l'envoi des mail lors de l'inscription et de la commande car quand je commande un article dans ma boutique je reçois le mail que j'ai mis dans le 1er post) Thank you for your help
litecart Main Crew From Sweden Member since feb. 2013 litecart 20 apr. 2015 19:08 I Google translated your french: I would like to know where the file is located in what is set sending email during registration and control because when I order an item in my shop I get the mail that I put in the first post. In your first e-mail you are refering to the order copy e-mail. It is being created in order_process.inc.php on line 101: // Send e-mails $order->email_order_copy($order->data['customer']['email']); foreach (explode(';', settings::get('email_order_copy')) as $email) { $order->email_order_copy($email); }
user1536 From Necunoscut Member since dec. -0001 user1536 20 apr. 2015 23:33 OK mais comment changé le forma du mail envoyé car je le reçois en format .HTML donc illisible pour les clients, je voudrait un mail en format texte classique ?
user1536 From Necunoscut Member since dec. -0001 user1536 26 apr. 2015 18:07 OK but how changed trained(formed) him(it) of the sent e-mail because I receive him(it) in .HTML thus illegible size(format) for the customers, me would want an e-mail in size(format) classic text ?
litecart Main Crew From Sweden Member since feb. 2013 litecart 26 apr. 2015 18:37 Please use google translate OK but how changed the forma mail sent because I get so illegible in .html format for clients, I would like to mail in classic text format? To convert HTML to raw text e-mail in general you need to modify includes/functions/func_email.inc.php. Otherwise you need to reconstruct the method email_order_copy() in includes/controllers/ctrl_order.inc.php.
user1536 From Necunoscut Member since dec. -0001 user1536 2 mai 2015 18:43 que faut il modifier dans includes/functions/func_email.inc.php pour mettre en format texte ? GOOGLE TRANSLATE : that it must change in includes/functions/func_email.inc.php to raw text e-mail ?
litecart Main Crew From Sweden Member since feb. 2013 litecart 10 mai 2015 19:46 The function process data that has been passed to it. From there the HTML would need to be stripped. Maybe you should modify views/printable_order_copy.inc.php and remove the HTML flag in ctrl_order email_order_copy().