Jump to content

Privacy Policy, TOS nel checkout guest


Recommended Posts

Salve, volevo sapere se era possibile inserire un TOS o comunque un checkbox di policy per il checkout rapido dei visitatori. Ho provato a mettere questo codice nel file authentication.tpl ma niente

 

{if $conditions AND $cms_id}
	<p class="carrier_title">{l s='Terms of service'}</p>
	<p class="checkbox">
	<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
	<label for="cgv">{l s='I agree to the terms of service and will adhere to them unconditionally.'}</label>
	<a href="{$link_conditions|escape:'html':'UTF-8'}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a>
	</p>
{/if}

 

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