Jump to content

[solved] PS 1.7 Increase characters for short description of product display in Home


@diegofrancesco

Recommended Posts

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.

 

screen.png.8df20addf8bbfbe48068d17eadcdcba9.png

 

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 by @diegofrancesco (see edit history)
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

  • @diegofrancesco changed the title to [solved] PS 1.7 Increase characters for short description of product display in Home
  • 4 weeks later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...