florent33 Posted October 21, 2012 Share Posted October 21, 2012 Bonjour à tous, Dans le fichier order-carrier.tpl, on peut trouver ce bout de code : {if $conditions AND $cms_id} <h3 class="condition_title">{l s='Terms of service'}</h3> <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}" class="iframe">{l s='(Read Terms of Service)'}</a> </p> <script type="text/javascript">$('a.iframe').fancybox();</script> {/if} J'aimerais changer les conditions générales de ventes (c'est à dire la valeur de $cms_id) en fonction du groupe auquel appartient le client. Pour cela j'aurais besoin de savoir où est calculée la variable $cms_id. J'ai parcouru plusieurs classes et controllers mais impossible de la trouver... Merci d'avance pour votre aide Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now