Jump to content
thirty bees forum
  • 0

Change terms of service on checkout to link not pop up


Question

Posted

Hey,

Due to the server settings I'm on, when I'm at the checkout on my store if i click the terms of service link which is next to the checkbox on the 1 page checkout it comes up with: 'Irwinblake.com refused to connect.'

Im asking my server if it's possible to change this, but in the meantime is there a way to change the pop up link to open in a new tab instead?

Ideally I'd like to change:

<a href="https://www.irwinblake.com/info/terms-and-conditions-of-use?content_only=1" class="iframe" rel="nofollow">(Read the Terms of Service)</a>

To:

<a href="https://www.irwinblake.com/info/terms-and-conditions-of-use" target="”_blank”" rel="nofollow">(Read the Terms of Service)</a>(Read the Terms of Service)</a>

 

I'm completely new to website design and coding but have learnt a lot so far!

 

Thanks,

Sam

6 answers to this question

Recommended Posts

  • 0
Posted

This is unnecessary strict server settings. You should reconfigure your server to allow SAMEORIGIN for x-frame-options header. Your server currently returns 

X-Frame-Options => DENY 

 

 

 

 

 

 

  • 0
Posted

Hey thanks for your reply.

I'm running V1.3.0

This has never worked. It's always been like this.

I haven't altered any files directly as I'm still learning.

I've been told by my server admin that it's because "https-protected pages do not allow iframes." They said it is a server wide setting.

Assuming it's not possible to change it on the server side, is there a way for me to alter the link so it's a new tab not an iframe?

  • 0
Posted

Thanks for your response!

I've requested that the settings be changed and waiting to hear back.

In case they won't change them, is there a way for me to change the link type on thirty bees? I would have thought there would be a file somewhere which is referenced to create this checkbox line?

Just for clarity, i don't have access to the server settings.

Thanks!

  • 0
Posted

There are other features that require iframe, such as quick view. Third party modules might need it as well.

Your server admins should definitely be able to change it. If they are unable, I would consider changing hosting provider.

 

 

  • Like 1

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...