Jump to content

[SOLVED] Terms & conditions link not opening


Recommended Posts

Hi all,

 

I have a bit of a problem with the (read) link when accepting the terms & conditions. When I click on it it does not open. When using the inspection tools it gives a error when i'm on the order carrier page (see picture 1) after clicking on the (read) link it gives a extra error (see picture 2). Probably the javascript pop up is broken because when i open it in a new tab the link still works.

 

I really don't know how to fix this problem. Last week the link still worked but know it is broken.

Does somebody know how to fix this problem?

post-341033-0-85934500-1333438379_thumb.png

post-341033-0-83178700-1333438385_thumb.png

Link to comment
Share on other sites

  • 2 months later...

I have the same problem.

 

I used the developer tools of Chrome to remove everything from the page except the link, I also changed the url it points to but the problem remains: the link does not open except with right click - open in new tab.

Link to comment
Share on other sites

Hello,

I found a solution for my problem.

In the file order-address.js located in the js folder of my theme, I changed

 

 

$(document).ready(function()

{

updateAddressesDisplay(true);

});

 

to

 

 

$(document).ready(function()

{

if (typeof(addresses)!='undefined') updateAddressesDisplay(true);

});

 

That solved it for me. Hope it works for you too.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...