pssubash Posted March 17, 2014 Share Posted March 17, 2014 Hi All, I new to Prestashop. I am good in php. I have a html template of eCommerce site. I would like to develop this in Prestashop. As a first i need to convert this html page to Prestashop theme Could you please help me to achieve this ? Thanks, Subash Link to comment Share on other sites More sharing options...
vekia Posted March 17, 2014 Share Posted March 17, 2014 in fact, php is not useful in this case, you have to know smarty and css first of all you have to convert your psd files to small pieces like in other "webdesign" cases then just modify, for example, default theme to own purposes with css styles modification, or if it will be necessary - tpl files (smarty) Link to comment Share on other sites More sharing options...
pssubash Posted March 17, 2014 Author Share Posted March 17, 2014 Thank you for your reply vekia I have html page & basic knowledge about smarty,html & css. Please let me know How I convert my html page(s) to prestashop theme Thanks, subash Link to comment Share on other sites More sharing options...
vekia Posted March 17, 2014 Share Posted March 17, 2014 there is no guide like "do this and this" because everything depends on theme. if you know how to code templates for simple html pages - you can do the same for tpl pages. check /themes/default/ you will see there all files related to the theme. now you have to write html there to support your theme (images) and use css styles to fit to your theme Link to comment Share on other sites More sharing options...
Recommended Posts