Hi, I would change something in chackout email but I can't find where I have to work ...
For example I want to remove a field like payment method but I can't understand on which file I have to work ...
Any help would be precious
Thank in advance
Hi, I would change something in chackout email but I can't find where I have to work ...
For example I want to remove a field like payment method but I can't understand on which file I have to work ...
Any help would be precious
Thank in advance
Sorry for my English !
The HTML templates for email are in the email folder off the top directory of your store. e.g. If the store is in /public_html, then public_html/email.
The text is defined in the languages folder e.g. /includes/languages/english/checkout_process.php, and /includes/languages/english/checkout_success.php
No, I need to change the content of text email (not html) ...
Sorry for my English !
/includes/classes/order.php - look for send_order_email
Great !
Thanks
Sorry for my English !