Jump to content

[SOLVED] terms-and-conditions-of-use - missing


Himbo

Recommended Posts

For some reason, the following pages terms-and-conditions-of-use and legal-notice are missing, I have recreated terms-and-conditions-of-use however it is of no use as customers need to check the T&C;box to check out, the new created page is a different address to the pre installed (now missing) page.
My question is, how do I re install the missing page, or re direct customers to the new page as no address is visiable.
Thank you for your time :-)

Link to comment
Share on other sites

I have looked on themes/prestashop/order-carrier.tpl

{if $conditions}
{l s='Terms of service'}


       <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
{l s='I agree with the terms of service and I adhere to them unconditionally.'} {l s='(read)'}

{/if}


so I guess it isnt here anymore.

Link to comment
Share on other sites

It's been moved to line 377 of order.php in PrestaShop v1.3.1:

$cms = new CMS(3, intval($cookie->id_lang));



Change 3 to the ID you want the "(read more)" link to be. In PrestaShop v1.4, you can select the CMS page you want in a dropdown on the Preferences tab, so you will never have to worry about editing code to do it ever again.

Link to comment
Share on other sites

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