`1)How to add a static cms page in Prestashop
Open Prestashop’s admin panel and go to main menu and click on “Tool”.
on opening Tools page you will get several options such as “languages”,”Translation”,”Tools”,”CMS” etc:-. On clicking CMS link and opening page we will see a link “Add new” and then a new page opens with certain fields like Meta Title,Meta Description,Meta keywords,Friendly URL,Page content so it faciliates seo also .Then we can write our content and save it.
2)Where we can see all the important information of our current prestashop installation?
In prestashop config folder just below it’s root directory there are various configuration files that contains all information related to our configuration.The most important file giving most crucial infornation is
“setting.inc.php”. This file contains base_uri,Theme name,database name,server name,user name,password,database type ,version informatiopn etc:-
3)How can we customize theme in prestashop ?
Prestashop view architecture is based on the smarty Template engine and so all html rendring is done through .tpl file . so for good theme a good knowledge of smarty template is necessary,So to create a custom theme go to theme folder and instead editing the default theme named “prestashop” copy the folder and and place it under theme and rename with your theme name. Now to assign the theme to your prestashop .Go to admin panel and then go to “Prefrences” and then to “appearence” and you will see on the page under theme an
image file with name of your theme .Select it and save it. Now we chnage the tpl file and main css file callerd glo9bal.css to configure our theme
