Does Themler theme overwrite CMS or shop core files?

The Themler theme creates regular overrides of PrestaShop classes and controllers. The overrides are located in the public_html/overrides directory.

Does Themler theme use PrestaShop cache?

If you have the following PrestaShop options enabled, PrestaShop will constantly add cache files to to the /cache folder inside the theme directory:

ADVANCED PARAMETERS >> PERFORMANCE >> CCC

  • Smart cache for CSS
  • Smart cache for JavaScript

This will increase the size of the theme folder and may cause memory problems while working with the theme in Themler (with saving, downloading, etc.).

It is better to disable these options while working with the theme in Themler.

Can we export the theme using PrestaShop "Export Theme" option?

PrestaShop has the option to export theme: Preferences >> Themes >> Export Theme.
This option exports theme with theme modules.
The problem is that this option does not export the preview theme.
Therefore, this option can be used if you are not going to edit the theme in Themler in the future.

### Does Themler theme overwrite CMS or shop core files? The Themler theme creates [regular overrides][1] of PrestaShop classes and controllers. The overrides are located in the `public_html/overrides` directory. [1]: http://doc.prestashop.com/display/PS15/Overriding+default+behaviors ### Does Themler theme use PrestaShop cache? If you have the following PrestaShop options enabled, PrestaShop will constantly add cache files to to the */cache* folder inside the theme directory: ADVANCED PARAMETERS >> PERFORMANCE >> CCC - Smart cache for CSS - Smart cache for JavaScript This will increase the size of the theme folder and may cause memory problems while working with the theme in Themler (with saving, downloading, etc.). It is better to disable these options while working with the theme in Themler. ### Can we export the theme using PrestaShop "Export Theme" option? PrestaShop has the option to export theme: **Preferences** >> **Themes** >> **Export Theme**. This option exports theme with theme modules. The problem is that this option does not export the preview theme. Therefore, this option can be used if you are not going to edit the theme in Themler in the future.