Gonzola Posted November 8, 2011 Posted November 8, 2011 Hi I would like to edit the information that I recieve in order mails so I dont have to edit them in words before sending the orders once a week to warehouse In the extra order mail sent to our own email i just want customers namn, adress and item...nothing else As I understand this must be done in catalog-includes-language-checkoutprocess.php Is it just to remove the lines you dont need or must it be done in other files as well and do I have to do it for every language if I have more then one language define('EMAIL_TEXT_SUBJECT', 'Order Process'); define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:'); define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:'); define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:'); define('EMAIL_TEXT_PRODUCTS', 'Products'); define('EMAIL_TEXT_SUBTOTAL', 'Sub-Total:'); define('EMAIL_TEXT_TAX', 'Tax: '); define('EMAIL_TEXT_SHIPPING', 'Shipping: '); define('EMAIL_TEXT_TOTAL', 'Total: '); define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address'); define('EMAIL_TEXT_BILLING_ADDRESS', 'Billing Address'); define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.