Thanks Kobra, will look for it and change it.
I have come across many posts requiring us to 'comment out' code. But how do I go about this? For example I want to exclude this detailed invoice link in my email replies, how would I comment out this code?
Thanks !
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');




Reply With Quote

