Is there any way to lift the limitations on the length of added reviews?
Announcement
Collapse
No announcement yet.
Review Length Limitations
Collapse
X
-
You can edit product_review_new.html in Settings>Design>tempalte editor
find
Code:frmvalidator.addValidation("long_review","maxlen=650","Max length for Review is 650 Chr."); frmvalidator.addValidation("long_review","req","Please enter your review."); frmvalidator.addValidation("short_review","maxlen=100");
Hope this helps.
Comment
Comment