diana13 Posted April 30, 2015 Share Posted April 30, 2015 (edited) So, on prestashop 1.6.0.13: I've set that on manufacturers list and in manufacturer's products list to display long description. In manufacturers list, the long description displays ok (there are only paragraphs), but on manufacturer's products list, where the long description appears before products list, appears a <br> between paragraphs. I don't know how to remove this <br>, because it isn't on long description. Any ideea? Edited April 30, 2015 by diana13 (see edit history) Link to comment Share on other sites More sharing options...
diana13 Posted April 30, 2015 Author Share Posted April 30, 2015 (edited) No one? Maybe my question wasn't clear. Let's rephrase: On the manufacturer list the long description (I replaced short description with long description) displays as it is, like: <p>paragraph1</p> <p>paragraph2</p> <p>paragraph3</p> but on the manufacturer's products list, the long description for manufacturer displays like: <p>paragraph1</p><br> <p>paragraph2</p><br> <p>paragraph3</p> What ca I do to display without <br> ? Edited April 30, 2015 by diana13 (see edit history) Link to comment Share on other sites More sharing options...
vcopleutre Posted August 1, 2016 Share Posted August 1, 2016 Here is a solution (not mine), it replaces the br by nothing. If you use this solution, you won't be able to use br in your manufacturers' descriptions in themes/XXXXXXX/manufacturer.tpl change:{$manufacturer->description} for:{$manufacturer->description|replace:"<br />":""} 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