Edit themes for prestashop 1.7

3

I'm trying to generate a new theme for prestashop 1.7 but I'm running into a series of problems.

  • I copy the default theme and set it as a new one.
  • I edit files to know how prestashop works and does not make any changes: for example in the file head.tpl I comment / delete the line <meta name="description" content="{block name='head_seo_description'}{$page.meta.description}{/block}"> and it keeps appearing in the head.
  • I try to include a Google source including the link just after {#HOOK_HEADER nofilter} and it does not do anything either.
  • I have tried different browsers, emptying cache and it shows nothing, nor the change with the <meta> that I mentioned before.

    I'm entering the world of prestashop and I do not know if I'm doing something wrong or what can be failing me.

        
    asked by Marcos 08.03.2017 в 11:02
    source

    1 answer

    1

    Look at Advanced Parameters - > performance (or something similar in 1.7) and see how the recompilation of templates is configured. You have to put it to autocompile the theme and not use the cache.

    Note: remember to change it when you put the store in production, for performance reasons.

        
    answered by 09.03.2017 / 16:12
    source