Jump to content

Theme Development


Recommended Posts

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

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

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

×
×
  • Create New...