I am trying to remove the detailed invoice link from my text-only confirmation emails. There's not much about this on the boards. One thread talked about removing the shipping address and it said to delete the code from includes/classes/order.php, so i figured I could make my changes in the same file.
So when I remove:
EMAIL_TEXT_INVOICE_URL . ' ' . zen_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $zf_insert_id, 'SSL', false) . "\n\n";
from this file, my order confirmation emails change from this:
Date Ordered: Friday 22 December, 2006
Detailed Invoice:
http://www.mywebsite.com/cart/index....fo&order_id=XX
Products
------------------------------------------------------
1 x Blade Runner - Director's Cut Linked (DVD-BLDRNDC) = $30.00
to:
Date Ordered: Friday 22 December, 2006
Order ConfirmationProducts
------------------------------------------------------
1 x Hewlett Packard - by attributes (HPLJ1100XI) = $300.00
Why is it placing "Order ConfirmationProducts" in the space where the detailed invoice link used to be? I use Outlook, but tested this on Yahoo Mail just to make sure and it is still appearing this way.
Am I not supposed to delete this code? Should I make my changes elsewhere? And where would I go to remove the same link from my order update text only emails? Your assistance would be spectacular and extremely appreciated!








Bookmarks