Jump to content

[Solved] How to load Terms of Service


Recommended Posts

Hi there

I'm new here. Great software!
Maybe this person was asking what I am asking. When a purchase is being made and we are at the "shipping" stage, there is a checkbox asking "I agree with the terms of service and I adhere to them unconditionally." When I click "read" it pops up empty. How do I fix that?

Link to comment
Share on other sites

I assume you have PS 1.1.0.5

First, you'll have to create again this page from the CMS. Once done, note the ID of this page.

Next, edit /themes/your_theme/order-carrier.tpl and on line 30 :

{l s='I agree with the terms of service and I adhere to them unconditionally.'} {l s='(read)'}



replace

id_cms=3



by

id_cms=X



where X is your new page's ID.

Link to comment
Share on other sites

  • 8 months later...

How can you duplicate this and add a check box for another policy you want them to agree to before being able to checkout

i tried this messed up the page

{l s='Delivery'}


       <input type="checkbox" name="cgv" id="cvg" value="1" {if $checkeDel}checked="checked"{/if} />
{l s="I agree with the Delivery Policy and I adhere to it uncoditionally.} {l s='(read)'}

Link to comment
Share on other sites

  • 1 year later...

I am having the same problem (deleted cms terms-and-conditions-of-use). But, I'm using 1.3.1.1 and can't find the id_cms parameter in the order-carrier.tpl file.

Can anyone suggest how to fix this in the 1.3.1.1 version? Thanks

Link to comment
Share on other sites

I am having the same problem (deleted cms terms-and-conditions-of-use). But, I'm using 1.3.1.1 and can't find the id_cms parameter in the order-carrier.tpl file.

Can anyone suggest how to fix this in the 1.3.1.1 version? Thanks


Instead of hacking the code, I decided to update the cms id in database from the newly created one (8) to 3. Text that was earlier inputed was gone, but after re-inputting, it works.
Cheers,
Link to comment
Share on other sites

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