Jump to content

errore modulo template


Recommended Posts

To fix it, edit this file:

/modules/cp_salenotification/views/templates/hook/form.tpl

And replaced this incorrect line on line 127:

{l s='Add' mod='cp_salenotification'"

With the corrected version:

{l s='Add' mod='cp_salenotification'}

Make sure the tag is properly closed and doesn't have unmatched quotation marks.

After the fix:

Clear the PrestaShop cache from Advanced Parameters > Performance > Clear Cache

Or manually delete /var/cache/prod/ (or /dev/ if in dev mode)

After making this change, the module loaded correctly and the error was resolved.

Hope this helps someone facing the same issue!

Link to comment
Share on other sites

grazie mille!

cosa straordinaria è che sono riuscito a modificare la riga e adesso è tutto ok

... curiosità

come hai fatto a verificare che il problema è stato risolto?

hai lo stesso template?

saluti

Link to comment
Share on other sites

Hi, the problem was not very complicated so I did not test.  I have dozens of PS clients and development PS  installations where I can look at various scenarios.

Have a great day, and you are very welcome.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...