Linkitix Posted April 25, 2012 Share Posted April 25, 2012 Bonjour à tous ! Voila, j'ai le nez dans mon product.tpl car j'ai remarqué qu'avec le thème que je viens de faire développer j'ai la div "Quantity wanted" qui possède les balises {* ... *}, je remarque également que sur n'importe quel produit, il est impossible de choisir la quantité, je me demande si elles ne servent pas à "commenter" ou à "neutraliser" le code : {*<label>{l s='Quantity :'}</label>*} {*<input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 1}{$product->minimal_quantity}{else}1{/if}{/if}" size="2" maxlength="3" {if $product->minimal_quantity > 1}onkeyup="checkMinimalQuantity({$product->minimal_quantity});"{/if} />*} Pouvez-vous m'éclairer sur ces balises ? Merci d'avance pour vos réponses ! Quentin Link to comment Share on other sites More sharing options...
Dev On Web Posted April 25, 2012 Share Posted April 25, 2012 Oui tout à fait, ce sont des commentaires Smarty 1 Link to comment Share on other sites More sharing options...
Linkitix Posted April 25, 2012 Author Share Posted April 25, 2012 Et ba super ! Merci beaucoup 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