Zen Cart Logo
Forums / Customization from the Admin / change email detail invoice link

change email detail invoice link

Views: 1,176

Results 1 to 5 of 5
22 Feb 2011, 3:42 PM
#1
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

change email detail invoice link

How do I change the invoice link in all emails sent from admin>customers>orders from https to http please?

Thank you

22 Feb 2011, 7:02 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: change email detail invoice link

Why are you wanting to change it?

23 Feb 2011, 10:14 AM
#3
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

Re: change email detail invoice link

For some reason it doesn't work using the secure https. "SSL received a record that exceeded the maximum permissible length". If I click the link and then delete the "s" it loads OK. I would like it to work securely but a temporary fix will be better than nothing for now.

23 Feb 2011, 10:46 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: change email detail invoice link

Iin that case you could simply change the value of HTTPS_CATALOG_SERVER in your admin configure.php file to point to an http address instead of https

24 Feb 2011, 12:18 PM
#5
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

Re: change email detail invoice link

admin/includes/configure.php
Did the job. :thumbsup: