kkcustoms Posted January 23, 2013 Share Posted January 23, 2013 Hello, I've went through every tab and every link in the /psaadmin page and I've tried tweaking with everything, but I can't seem to find out how to edit the actual website page. is there a different page you need to open? Please email help. - K & K Link to comment Share on other sites More sharing options...
scorpionsworld Posted January 23, 2013 Share Posted January 23, 2013 The actual editing of the website page (layout) can be done by installing a pre-made theme (see Prestashop add on site) or by editing the template and css files from an existing theme like the pre-installed Prestashop default theme. Link to comment Share on other sites More sharing options...
kkcustoms Posted January 23, 2013 Author Share Posted January 23, 2013 I understand that, but how do we edit the template? Where do we go to do that, exactly? Link to comment Share on other sites More sharing options...
yaniv14 Posted January 23, 2013 Share Posted January 23, 2013 You can start here, http://doc.prestashop.com/display/PS14/Coding+a+theme This guide is for 1.4 but its very similar to 1.5 Link to comment Share on other sites More sharing options...
Bill Dalton Posted January 23, 2013 Share Posted January 23, 2013 (edited) You can start with your header.tpl and footer.tpl. You'll find them in your theme directory. The main CSS file is called globle.css and it is in a folder called css in your themes directory. You'll also need to play with module positions. You'll find that in your Backoffice administration we call the administration part of Prestashop BO. We call the actual store the FO (frontend). The pages are formed by combining the header and footer with middle pages. So if you want to add something to the product pages, you would edit product.tpl, or to edit catigory views you can edit both category.tpl and product-list.tpl. Again, you find these all in your theme folder. The pages are made from even smaller chunks, for example if you are using one page check-out, you would edit your themes order-opc.tpl. So ... in your theme directory, you can edit tpl and CSS files for the way your site looks. You'll move installed modules around by using BO positions Most modules will also have there own tpl and CSS files you can edit. Modules are all located in the module directory. If you wish to change actual functionality, most of the relevant php pages are located in controllers & classes folders. Best is to follow the link from yaniv14 for versions 1.4 and for PS v1.5x please see, http://doc.prestasho...splay/PS15/Home Edited January 23, 2013 by Bill Dalton (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts