The FinestShops shopping software has built-in development environment which allows you to access and modify templates in your store easily. Because the FinestShops store engine is very flexible and extremely configurable, you can change the look of your site completely. But be careful! The powerful flexibility requires basic HTML, CSS and Smarty PHP template engine knowledge and experience. When you are working with templates it is useful to enable Debugging console: General settings > General options. For easier startup see main templates /customer/home.tpl, /admin/home.tpl and /provider/home.tpl the templates which include all other templates.
To create a new file:
Picture 1. Browse template form

To create a new directory:
To create a copy of a file:
To delete file or directory:
Note: When you delete a directory all the files and sub-directories under that directory will be deleted.
To upload a file from the local computer:
Note: If the file with the same name already exists in the selected directory, you have to delete the existing file first, and then upload a new one.
To edit a template:
If you want to edit templates successfully, you should possess basic knowledge and experience in HTML, CSS and Smarty PHP template engine. If you have any problems while editing a template, click the Restore file button to restore the original file.
Picture 2. Edit file form

Warning: The preview of some file may display incomplete template due to the lack of real-time data.
To restore all files:
Picture 3: Browse template form part II

Warning: There is no confirmation message; all the templates will be restored right away.
To compile templates to use only one language:
If you do not need multilingual support for your store, you can compile templates to use only one selected language. In this case all language variables will be replaced with its values. Compilation of templates simplifies the process of editing templates.
Select the language for which you want to compile templates from the drop down list.
Warning: If you compile templates to use only one language all text messages will be editable from the template editor directly, but you will not be able to edit the text messages using the Languages menu any more.
Note: Compilation process can take several minutes. If you want to restore the original templates, click Restore all.
Related topics:
Go Back