MclPrimo Posted March 19, 2014 Share Posted March 19, 2014 Version prestashop 1.6.0.5 Thème par défaut. Bonjour, le nom du produit (product_name) est limité à 40 caractères dans la liste des produits de chaque catégorie (product_list) Sur 40 caractères les 5 ou 6 derniers s'affichent sur une deuxième ligne... Deux questions : D'où vient cette limitation? (j'ai chercher dans global.css et product_list.css et j'ai rien trouvé...) Comment passer cette limitation à 60 ou 70 caractères histoire que la deuxième ligne soit complète... Merci de votre aide!! ^^ Link to comment Share on other sites More sharing options...
loulou66 Posted March 19, 2014 Share Posted March 19, 2014 coucou dans le fichier theme=>ton theme=>product-list.tpl recherche la ligne du genre <h3>{if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h3> augmentes le chiffre après le truncate: @++ Loulou66 1 Link to comment Share on other sites More sharing options...
MclPrimo Posted March 19, 2014 Author Share Posted March 19, 2014 Toi, t'es trop fort!!!!!!!!!!!!!!!!!!!! Comment ça roxx!!!! Parfait ta réponse!!!! ça fonctionne nickel. 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