billybo Posted June 19, 2009 Share Posted June 19, 2009 does anyone know if there is a way i can embed html links into the subcategory description? alterntively, does anyone know what it is marked as in phpmyadmin? i may be able to add the html there, but i cannot find it in the database.thanks a lot.. Link to comment Share on other sites More sharing options...
glosticks Posted June 19, 2009 Share Posted June 19, 2009 have never tried to embed links so can not help therebut cat descriptions are stored in ps_category_langregardsChris Link to comment Share on other sites More sharing options...
billybo Posted June 20, 2009 Author Share Posted June 20, 2009 great, thanks! it IS possible to add the html code in the database so thanks, i have got it to do what I need it to do.. Link to comment Share on other sites More sharing options...
Snol Posted June 21, 2009 Share Posted June 21, 2009 Hi Billybo,I too would like to embed links in sub cats, where do I insert please.ThanksJohn Link to comment Share on other sites More sharing options...
billybo Posted June 21, 2009 Author Share Posted June 21, 2009 John, you need to login to the prestashop database in phpmyadmin, then click on ps_category_lang. this will list your categories. all you then need to do is click on the one you need to edit and then add the html code for the link you wish to embed. Link to comment Share on other sites More sharing options...
Icarus Posted June 21, 2009 Share Posted June 21, 2009 I am also looking to embed HTML in category description.I think it is not such a good idea to do it directly on the DB.Probably best to look in the PHP code, to see who is stripping HTML tags, and remove that code.In particular, I am looking for a way to insert HTML code through the import process - so I want to place HTML description that will be inserted without being stripped of all its glory Anyone attempted this / knows where I should look? Link to comment Share on other sites More sharing options...
Recommended Posts