Hi everybody.
I use v1.3.9h and so far so good...I have managed to make it work well for me.
Now, I need to filter the confirmation emails into folders for administration reasons. How can i add the Item title in the conformation email subject/title?
I have tryed adding the red part bellow in order.php but it did not work.
Any Ideas????Code:EMAIL_TEXT_SUBJECT . $html_msg['PRODUCT_LIST_NAME'] . EMAIL_ORDER_NUMBER_SUBJECT . $zf_insert_id, $email_order, STORE_NAME, EMAIL_FROM, $html_msg, 'checkout', $this->attachArray);
Thanks



Reply With Quote

