Miromst Posted December 14, 2013 Share Posted December 14, 2013 Hi All, I'm a newbie with the prestashop and I hope that someone can help me. I'm trying to add a custom HTML in particular a tabble in the product description tab. Every time I save the changes, prestashop will delete the table html code. Please can anyone help? Thank you, Miro Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 hello what code you're trying to use? can you show it please? Link to comment Share on other sites More sharing options...
Miromst Posted December 14, 2013 Author Share Posted December 14, 2013 Thank you Vekia. Something very simple such as: <table ><tr><td>Title 1</td><td >Title 2</td></tr><tr><td >Row 1</td><td>Row 1</td></tr> </table> and maybe add custom css to the global.css to format it. I'm still learning as I'm not a developer but my budget is allowing only DIY at the moment. Miro Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 what ps version you use? i will test it on the same version Link to comment Share on other sites More sharing options...
Miromst Posted December 14, 2013 Author Share Posted December 14, 2013 Woow, thank you for your fast replies Vekia. It is: PrestaShop™ 1.5.6.1 Thank you Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 i checked it and everything works well there :| i used code: <table> <tr> <td>Title 1</td> <td>Title 2</td> </tr> <tr> <td>Row 1</td> <td>Row 1</td> </tr> </table> results \ and front office: please try to use code that i pasted above (i removed some "spaces" from your code) Link to comment Share on other sites More sharing options...
Miromst Posted December 14, 2013 Author Share Posted December 14, 2013 It seems that I need to learn a lot. Thank you Vekia. It works now. You are a star. Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 you're welcome i marked this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Samaludheen Posted June 3, 2015 Share Posted June 3, 2015 (edited) Hi, I need to put bullet points and table with border in the description field. I have put both in my back office but not visible in front. I have the super admin access only, Can I access products.tpl with this access or should I need server access? please help. Edited June 3, 2015 by Samaludheen (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts