Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Lost links from buttons after upgrade

Lost links from buttons after upgrade

Locked

Views: 877

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
22 Jul 2010, 11:02 PM
#1
takinden avatar

takinden

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Lost links from buttons after upgrade

Upgraded to 1.3.9d and found my header links are not working. https://www.aspenleafgourmet.com is my site.

"Contact Us" "Shipping and Returns" and "Log in" links stopped working. I am sure it had to do with my template manipulation, or lack, thereof.

Any help would be appreciated.

26 Jul 2010, 4:57 PM
#2
takinden avatar

takinden

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Lost links from buttons after upgrade

I believe this is a quick fix but I cannot find it. Are there any developers who could provide me a quote for helping me with this? Getting desparate...

26 Jul 2010, 5:37 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Lost links from buttons after upgrade

I don't think you'll need to pay anyone.

We can't see for sure since your site is down for maintenance, but your source says you coded those links as https. Only the login link should be secured.

26 Jul 2010, 9:39 PM
#4
takinden avatar

takinden

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Lost links from buttons after upgrade

Thank you. How do I remove?

27 Jul 2010, 2:28 AM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Lost links from buttons after upgrade

You (or someone) edited /includes/templates/your_template/common/tpl_header.php to get the additional links there, so that is the file to edit to adjust them. If you have a zen_href_link() function in the code, it probably has a parameter 'SSL'. Change that to 'NONSSL' for the non-secure page links.

27 Jul 2010, 2:34 AM
#6
takinden avatar

takinden

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Lost links from buttons after upgrade

Thank you! That worked. Now I need to get my login and checkout working. Appears to be SSL related. Still searching the posts.