Asten Posted June 4, 2012 Share Posted June 4, 2012 Bonjour à tous, Je souhaiterais savoir s'il existe une méthode ou un module pour ajouter une description en texte pour une page catégorie de mon catalogue. A titre d'exemple, je souhaite créer une catégorie "Offre Spéciale" et j'aimerais ajouter, avant le listing des produits, du texte pour préciser les différents codes de réductions à insérer pour bénéficier des remises. Si l'un d'entre vous a une solution, je lui en serais très reconnaissant, merci beaucoup ! Link to comment Share on other sites More sharing options...
Asten Posted June 5, 2012 Author Share Posted June 5, 2012 Si c'est pas possible ou si vous n'avez pas compris ma requête, n'hésitez pas à me le dire aussi ! Link to comment Share on other sites More sharing options...
Atch Posted June 5, 2012 Share Posted June 5, 2012 Bonjour, par défaut il y a la possibilité de mettre du texte pour détailler la catégorie. ce texte s'affiche ensuite sur la page category.php Il faut voir comment est construit votre fichier category.tpl si vous ne voyez pas de texte. V++ Atch Link to comment Share on other sites More sharing options...
Asten Posted June 6, 2012 Author Share Posted June 6, 2012 Bonjour Atch et merci pour votre réponse. Le développeur avec lequel je travaillais a du malheureusement enlever la possibilité de mettre du texte pour détailler la catégorie... Je vous mets le contenu du category.tpl ci-dessous. L'idéal serait de pouvoir le reconfigurer pour mettre un texte personnalisé à chaque catégorie depuis le back-office. Je vous remercie infiniment d'essayer de m'aider {include file="$tpl_dir./breadcrumb.tpl"} {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} <h1>{l s='The catalog'}</h1> <h2> {strip} {if isset($subparentcategories)} {if is_array($subparentcategories.name)} {$subparentcategories.name[{$id_lang}]|escape:'htmlall':'UTF-8'} {else} {$subparentcategories.name|escape:'htmlall':'UTF-8'} {/if} {*if is_array($subparentcategories.name)} {if $subparentcategories.id != $category->id}<a href="{$link->getCategoryLink($subparentcategories.id, $subparentcategories.link_rewrite[{$id_lang}])|escape:'htmlall':'UTF-8'}">{/if}{$subparentcategories.name[{$id_lang}]|escape:'htmlall':'UTF-8'}{if $subparentcategories.id != $category->id}</a>{/if} {else} {if $subparentcategories.id != $category->id}<a href="{$link->getCategoryLink($subparentcategories.id, $subparentcategories.link_rewrite)|escape:'htmlall':'UTF-8'}">{/if}{$subparentcategories.name|escape:'htmlall':'UTF-8'}{if $subparentcategories.id != $category->id}</a>{/if} {/if*} {else} {$category->name|escape:'htmlall':'UTF-8'} {/if} {/strip} </h2> {if $scenes} <!-- Scenes --> {*include file="$tpl_dir./scenes.tpl" scenes=$scenes*} {else} <!-- Category image --> {*if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if*} {/if} {*if $category->description} <div class="cat_desc">{$category->description}</div> {/if*} {if isset($subparentcategories)} <!-- Subcategories --> <div id="subcategories"> <!-- h2>{l s='Subcategories'}</h2 --> <ul class="inline_list clearfix"> {foreach from=$subparentcategories.children item=subcategory} <li> <h3><a href="{$link->getCategoryLink($subcategory.id, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" {if $subcategory.id == $category->id} class=" selected"{/if}>{$subcategory.name|escape:'htmlall':'UTF-8'}</a></h3> </li> {/foreach} </ul> </div> {/if} <div class="product-header clearfix"> {if $products} {include file="$tpl_dir./pagination.tpl"} {*include file="$tpl_dir./product-sort.tpl*} {/if} <div class="category-product-count"> {include file="$tpl_dir./category-count.tpl"} </div> </div> {if $products} {include file="$tpl_dir./product-list.tpl" products=$products} {elseif !isset($subcategories)} <!-- <p class="warning">{l s='There are no products in this category.'}</p>--> {/if} {if $products} <div class="clearfix"> {include file="$tpl_dir./pagination.tpl"} </div> {/if} {elseif $category->id} <p class="warning">{l s='This category is currently unavailable.'}</p> {/if} {/if} Link to comment Share on other sites More sharing options...
Atch Posted June 6, 2012 Share Posted June 6, 2012 Bonjour, Oui il a mis certains éléments en commentaire : {*if $category->description} <div class="cat_desc">{$category->description}</div> {/if*} enlever les * {if $category->description} <div class="cat_desc">{$category->description}</div> {/if} V++ Atch Link to comment Share on other sites More sharing options...
Asten Posted June 6, 2012 Author Share Posted June 6, 2012 Tout simplement Merci beaucoup beaucoup, cela marche parfaitement et ça va grandement me faciliter la vie ! Link to comment Share on other sites More sharing options...
Allainguillaume Posted December 6, 2012 Share Posted December 6, 2012 Bonjour, je suis débutante dans prestashop et j'ai actuellement le même problème. C'est à dire que j'ai acheté le thème Elation Liquid sur addons, et lorsque j'enregistre la description pour chaque catégorie ou sous-catégorie, elle ne s'affiche pas sur le site. J'ai lu attentivement ce que vous aviez mis précédemment, je pense avoir trouvé le bon fichier (mais je n'en suis pas sure) à modifier. Voila ce que j'ai trouvé... Si quelqu'un peut m'aider ça serait vraiment génial car ça commence à me rendre légérement folle!!! Alors merci d'avance pour votre aide. {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6677 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} {if $scenes || $category->description} <div class="clearfix"> {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} <div id="eb-top-image-shadow"></div> {else} <!-- Category image --> {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> </div> <div id="eb-top-image-shadow"></div> {/if} {/if} </div> {/if} {if isset($subcategories)} <!-- Subcategories --> <div id="eb-subcategories" class="clearfix"> <ul> {foreach from=$subcategories item=subcategory} <li class="clearfix"> <article class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="{$subcategory.name|escape:'htmlall':'UTF-8'}" /> {else} <img src="{$img_cat_dir}default-medium.jpg" alt="{$subcategory.name|escape:'htmlall':'UTF-8'}" /> {/if} </a> <section class="clearfix"> <header> <h1><a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a></h1> </header> {if $subcategory.description} <p>{$subcategory.description|truncate:110:'...'|escape:html:'UTF-8'}</p> {/if} </section> </article> </li> {/foreach} </ul> <br class="clear"/> </div> {/if} {if $products} <div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="$tpl_dir./product-sort.tpl"} </div> </div> {include file="$tpl_dir./product-list.tpl" products=$products} <div class="content_sortPagiBar"> {include file="$tpl_dir./pagination.tpl"} </div> {elseif !isset($subcategories)} <p class="warning">{l s='There are no products in this category.'}</p> {/if} {elseif $category->id} <p class="warning">{l s='This category is currently unavailable.'}</p> {/if} {/if} Link to comment Share on other sites More sharing options...
drey11 Posted March 15, 2013 Share Posted March 15, 2013 Bonjour, J'ai le même problème que Allainguillaume et je possède également un template Elation (il ne s'agit pas du Elation Liquid mais du Elation multiplatform, mais les codes sont les mêmes concernant les catégories). Quelqu'un saurait-il comment faire apparaître la description d'une catégorie en front office?! Ainsi que la description courte des produits présentés en miniature sur la page catégorie. En vous remerciant! 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