Jump to content

Where do i change condition and terms link?


Recommended Posts

I erased all the cms except for conditions and terms , but when i go to the checkout and clicks on terms i get , cant find the page ... so annoying , im stuck and im a newbie.... help is needed...

 

I Have a terms page here (in swedish) so the only thing i want to know is where to change in checkout

http://jksit.com/index.php?id_cms_category=3&controller=cms

Edited by jksit (see edit history)
Link to comment
Share on other sites

I erased all the cms except for conditions and terms , but when i go to the checkout and clicks on terms i get , cant find the page ... so annoying , im stuck and im a newbie.... help is needed...

 

I Have a terms page here (in swedish) so the only thing i want to know is where to change in checkout

http://jksit.com/ind...&controller=cms

 

which version of prestashop you use?

Link to comment
Share on other sites

ok, thanks for fast response

 

so, you must edit your template file. By this I mean that you must go to themes directory and open dir with your theme. open and edit order-carrier.tpl file on 264 line

 

<label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(Read Terms of Service)'}</a>

 

as you see you've got there link to TOS - <a href="{$link_conditions}" class="iframe">{l s='(Read Terms of Service)'}</a>

 

change it to:

 

<a href="http://jksit.com/index.php?id_cms_category=3&controller=cms" class="iframe">{l s='(Read Terms of Service)'}</a>

 

 

hope it helps

 

 

regards

Link to comment
Share on other sites

  • 2 months 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...