IgorSB Posted August 19, 2014 Share Posted August 19, 2014 Hi, I need one option, but I can't find solution. I would like to have vistual editor in product NAME box, like in description and short description. So, my product name will be: This is name of product - bold or similar like italic, different color... Plase help me! Best regards, Igor Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2014 Share Posted August 19, 2014 without modifications it will not be possible prestashop doesnt allow to use special characters in product name so for example, if you want to bold product name, in fact - you need to use html language with special characters <strong>Product Name</strong> prestashop will not accept that product wont save. in addition, many themes escaping strings with strip_tags modifier, its a code to remove html markups from product names... Link to comment Share on other sites More sharing options...
IgorSB Posted August 26, 2014 Author Share Posted August 26, 2014 Yes, I know it's neccessary to make modifications, but I don't know what I need to do. I have found tutorial for "Adding the visual editor to Category Description" http://nemops.com/visual-editor-to-category-description/#.U_znU_mSxBk. How can I make similar for product title. I want to have visual editor with BOLD option for title of product. Thank you. 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