diabolyo Posted July 17, 2014 Share Posted July 17, 2014 Bonjour, je suis confronté à un petit problème. Su ma fiche produit quand je n'ai pas de description longue, ma fiche technique s'affiche sans problème. Quand j'en ai une, j'ai beau cliquer sur l'onglet fiche technique, rien ne s'affiche… De plus j'aimerais ne pas avoir d'onglet. Caractéristiques (fiche technique) d'abord puis au dessous description longue (en savoir plus). j'ai regardé le TPL mais je ne suis pa une flèche en PS… ci dessous le code : <!-- full description --> <div id="idTab1" class="rte">{$product->description}</div> {/if} {if $features} <!-- product's features --> <ul id="idTab2" class="bullet"> {foreach from=$features item=feature} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} Merci d'avance si vous avez des pistes ! Lionel Link to comment Share on other sites More sharing options...
diabolyo Posted July 24, 2014 Author Share Posted July 24, 2014 Up ! Personne n'a une idée ? Merci ! 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