comidentity Posted December 13, 2012 Share Posted December 13, 2012 Dear all, i am pretty new at prestashop and need your assistance. I am fairly good with html but that is not helping me here. The problem is that i want to change in the code, to change the look of certain things in the shop. When i inspect elements with firebug, it is quite easy to find what i need to change - but where do i find it in the files that needs to be changed. Example: In this I would like to remove the text that appears when you hover over the product picture. See picture in below link. http://www.comidentity.com/help.jpg How do I figure out WHERE to find the file where i can delete the product description?? I am really getting desperate here, so please help! Link to comment Share on other sites More sharing options...
NemoPS Posted December 13, 2012 Share Posted December 13, 2012 Hi and welcome to Prestashop's Community! Prestashop uses Smarty as a template engine, and thus you'd ideally know that language to edit the template files. The code is stored in .tpl files, that you can locate inside themes/themename/ of your prestashop installation. You'll not face regular html + php, so be really careful when editing! In that case it's the theme folder, then product-list.tpl. Cheers Fabio 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