pierrot10 Posted December 18, 2011 Share Posted December 18, 2011 Bonjour, J'aimerais savoir comment je peux suprimé Editeur de page d'accueil Et d'avoir, à la place, tous mes produits. Il m'a semblé avoir vu cette option, mais je ne la retoruve pas. Meci beaucoup Link to comment Share on other sites More sharing options...
doekia Posted December 18, 2011 Share Posted December 18, 2011 Ajoute le module produits phare (homefeatured), ensuite tous les produits qui appartiennent en propre ou en catégories supplémentaire à la catégorie acceuil s'afficherons grace à ce module. Cdlt, (d)oekia Link to comment Share on other sites More sharing options...
pierrot10 Posted January 1, 2012 Author Share Posted January 1, 2012 Super merci! Il y a un truc que je ne comprend pas. Je n'arrive pas à avoir plus de 4 produit par ligne. J'en aimerais 5. Je ne trouve pas de config qui me permet de changer ceci à part dans le tpl ou je peux voir ceci <li class="ajax_block_product {if $smarty.foreach.homeFeaturedProducts.first}first_item{elseif $smarty.foreach.homeFeaturedProducts.last}last_item{else}item{/if} {if $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 1}clear{/if} {if $smarty.foreach.homeFeaturedProducts.iteration > ($smarty.foreach.homeFeaturedProducts.total - ($smarty.foreach.homeFeaturedProducts.total % $nbItemsPerLine))}last_line{/if}"> et particulièrement ceci : if $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 1}clear{/if} J'ai essayé de modifier les valeur 0 et 1 en 5 et 6 mais ca rien changé As tu une diée? Link to comment Share on other sites More sharing options...
jeckyl Posted January 1, 2012 Share Posted January 1, 2012 Bonjour, il faut modifier le css du module pour mettre un nombre différent de produit sur la page d'accueil et aussi modifier dans le code du tpl le nombre de produits par ligne. Ligne 32et 33 du fichier tpl : {assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=4} Link to comment Share on other sites More sharing options...
pierrot10 Posted January 1, 2012 Author Share Posted January 1, 2012 J'ai trouvé, mais c'est domage que ce n'est pas un parametre configurable depuis le back office (propriété du module), Dans le tpl homefeature.tpl, il y a ces ligne. Il faut modifier la deuxème. (Du moj s c'est comme ceci que j'ai résolu mon problème) {assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=5} {assign var='nbLi' value=$products|@count} {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight} Link to comment Share on other sites More sharing options...
pierrot10 Posted January 1, 2012 Author Share Posted January 1, 2012 Bonjour jeckyl, J'avais pas vu ton message avant de poster le mien. Merci pour ta réponse 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