Posted - 02/23/2019 : 15:24:07
It's likely you have a parameter set that it limiting what is shown. The user can enter as much as they like, so there is no limit there. More info - https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#reviewlength quote: Limit the number of characters shown in the review
The default number of characters before the text is truncated is 255 on the product detail page. If you want to show more of the text there then you will need the following setting, for example
$customerratinglength=1024;
Check your includes to see if you have that set and you can remove that or adjust it to whatever you like.
Edited by - dbdave on 02/23/2019 15:24:30
|