Jump to content

Modifier page confirmation commande


Recommended Posts

Bonjour,

J'ai une question probablement très stupide mais qui me prend la tête depuis des heures.

Sur la page où le client doit choisir le transporteur, je voudrai supprimer l'horrible titre "CONDITIONS GENERALES".  Mais impossible de trouver où est la racine de ce titre.

J'ai chercher sur tt les pages "order... .tpl" voici le code que je retrouve sur la page order-carrier.tpl et qui correspond au checkbox.

	{if $conditions && $cms_id && (! isset($advanced_payment_api) || !$advanced_payment_api)}
				{if $opc}
					<hr style="" />
				{/if}
                {if isset($override_tos_display) && $override_tos_display}
                    {$override_tos_display}
                {else}
                    <div class="box">
                        <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>
                    </div>
                {/if}
			{/if}

 

Une bonne âme aurait-elle la solution pour moi?

Merci d'avance!

 

Alex

Capture d’écran 2018-07-06 à 16.22.41.png

Link to comment
Share on other sites

je suis sur 1.6 

oui en effet, il faut trouver le bon! je pense les avoir tous fait, mais rien

rien non plus dans les traductions. c'est pour cela que je cherchais à supprimer complètement ce titre

Link to comment
Share on other sites

hu ! ca marchait tellement bien que ça masquait tout le checkbox

j'ai fini par trouvé la champ dans traduction (c'est dans un hook du thème) j'ai traduit par un blanc et du coup ca fonctionne 

merci beaucoup pour votre aide.

Alex

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