New Zenner
- Join Date:
- Nov 2006
- Posts:
- 66
- Plugin Contributions:
- 0
remove invoice link in email
How would i got about by taking the invoice hyperlink link in the order confirmation email ?
Thanks
Views: 3,271
New Zenner
How would i got about by taking the invoice hyperlink link in the order confirmation email ?
Thanks
Totally Zenned
includes/languages/english/checkout_process.php
New Zenner
I did this and still get the following:
EMAIL_TEXT_INVOICE_URL
then the link
What am I doing wrong?
New Zenner
ddaniels try:
change this...
includes/languages/english/checkout_process.php
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');to:
//define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
//define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
Good luck:smile:
Totally Zenned
...or, just remove the text descriptions between the ' ' tags...
FROM
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
TO
define('EMAIL_TEXT_INVOICE_URL', '');
define('EMAIL_TEXT_INVOICE_URL_CLICK', '');
New Zenner
No, neither works.
The correct answer ist here:
http://www.zen-cart.com/forum/showthread.php?t=54243
Tell staff why this post should be reviewed.