@diegofrancesco Posted December 2, 2023 Share Posted December 2, 2023 (edited) Hello, does anyone know if it is possible to increase the characters of the product description, the one that appears in the product preview, when viewing the product in Home or on the Category page. Not the character limit of the short description within the product page. I have read many posts on the forum and looked in various files but without finding the solution. PS v. 1.7.8 Thanks for the help. Edited December 7, 2023 by @diegofrancesco (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted December 2, 2023 Share Posted December 2, 2023 Share url. Maybe is a matter of custom theme. Link to comment Share on other sites More sharing options...
@diegofrancesco Posted December 2, 2023 Author Share Posted December 2, 2023 1 hour ago, ComGrafPL said: Share url. Maybe is a matter of custom theme. this is the site: https://www.drogheriaolimpia.com/ Link to comment Share on other sites More sharing options...
endriu107 Posted December 2, 2023 Share Posted December 2, 2023 You need to check your theme tpl files start with this path: themes/grainfoodmarket/templates/catalog try find file with code something like that: {$product.description_short|truncate:30:'...'| nofilter} in this code 30 is characters limit, you can change it for example to 150 and save changes. After that clear cache in BO Performance tab. 1 Link to comment Share on other sites More sharing options...
@diegofrancesco Posted December 4, 2023 Author Share Posted December 4, 2023 Found it, it was a theme customization, thanks everyone for the help. (path: /themes/grainfoodmarket/templates/catalog/_partials/miniatures) Link to comment Share on other sites More sharing options...
locant57 Posted December 30, 2023 Share Posted December 30, 2023 On 2/12/2023 at 6:47 PM, endriu107 dice: You need to check your theme tpl files start with this path: themes/grainfoodmarket/templates/catalog try find file with code something like that: {$product.description_short|truncate:30:'...'| nofilter} in this code 30 is characters limit, you can change it for example to 150 and save changes. After that clear cache in BO Performance tab. Hi Endriu, on the classic theme, where is the file to modify? Thank you for your answer Link to comment Share on other sites More sharing options...
endriu107 Posted December 30, 2023 Share Posted December 30, 2023 Classic theme doesn't show short description in products list like category page. 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