Nagrad Posted January 22, 2018 Share Posted January 22, 2018 Hi guys, Is there a possibility to display product short description on product listing page with default 1.7 theme ? Thank you, Link to comment Share on other sites More sharing options...
tantan199 Posted January 23, 2018 Share Posted January 23, 2018 Hi, You can put this code {$product.description_short nofilter} to somewhere you like in the \themes\classic\templates\catalog\_partials\miniatures\product.tpl file to show short descriptions out. Regards, Jonny 3 Link to comment Share on other sites More sharing options...
Nagrad Posted January 23, 2018 Author Share Posted January 23, 2018 Il y a 7 heures, tantan199 a dit : Hi, You can put this code {$product.description_short nofilter} to somewhere you like in the \themes\classic\templates\catalog\_partials\miniatures\product.tpl file to show short descriptions out. Regards, Jonny Thank you ! It works perfectly on the category pages ! The only problem is we don’t need the short description on the front page because the products are displayed in grid, therefore the description disturb the view. I send you picture how it looks. Have you any solution how to exclude the description from the front page products ? Regards, Link to comment Share on other sites More sharing options...
tantan199 Posted January 27, 2018 Share Posted January 27, 2018 (edited) Hi, You are running on the default classic theme, so you I can't find a perfect way for you to display full short descriptions. You can try the solution below to show 3 lines of short descriptions, like the attached 83.jpg. 1. Put this code to the file as attached picture 82.jpg. <div class="pro_desc_short">{$product.description_short nofilter}</div> 2. Put this custom css code to the /themes/classic/assets/css/custom.css file. You can find a free module to add custom css codes without editing files. #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{height: 140px;} #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{height: 388px;} #products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations{bottom:160px;} .pro_desc_short{padding: 0 6px 6px;height: 62px;overflow: hidden;} Regards, Jonny Edited January 27, 2018 by tantan199 (see edit history) 2 1 Link to comment Share on other sites More sharing options...
Nagrad Posted January 31, 2018 Author Share Posted January 31, 2018 Tantan199, Thank you for your help my friend ! It works perfectly. It is smart way to solve this problem that I believe concern many shops. Good luck ! Link to comment Share on other sites More sharing options...
cvikenzi Posted April 5, 2019 Share Posted April 5, 2019 Hello, if you want show short description in product list for each product, you can use this module. Module is working for prestashop versions 1.6.X and 1.7.X With this module you can also show features of products in catalogs and much more. Link to comment Share on other sites More sharing options...
Er_sanjay Posted January 22, 2022 Share Posted January 22, 2022 On 1/23/2018 at 8:43 AM, tantan199 said: Hi, You can put this code {$product.description_short nofilter} to somewhere you like in the \themes\classic\templates\catalog\_partials\miniatures\product.tpl file to show short descriptions out. Regards, Jonny Thanks jonny this work prefect. Link to comment Share on other sites More sharing options...
Brengulis Posted February 15, 2022 Share Posted February 15, 2022 (edited) On 1/27/2018 at 10:02 AM, tantan199 said: Hi, You are running on the default classic theme, so you I can't find a perfect way for you to display full short descriptions. You can try the solution below to show 3 lines of short descriptions, like the attached 83.jpg. 1. Put this code to the file as attached picture 82.jpg. <div class="pro_desc_short">{$product.description_short nofilter}</div> 2. Put this custom css code to the /themes/classic/assets/css/custom.css file. You can find a free module to add custom css codes without editing files. #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{height: 140px;} #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{height: 388px;} #products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations{bottom:160px;} .pro_desc_short{padding: 0 6px 6px;height: 62px;overflow: hidden;} Regards, Jonny Hello. I followed this guide and put the div exactly where you showed, but the text goes way out off bounds, miniature box doesnt strech. Edited February 15, 2022 by Brengulis (see edit history) 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