email

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

Im sorry but.. to understand what you want you have to specify your question better..

You are not making any sense :(

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

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);
  }

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 ?

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 ?

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.

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 ?

help me plz

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().

Acest thread a fost închis din cauza inactivității îndelungate. Postarea pe acesta nu mai este posibilă.
View code on GitHub