docs icon indicating copy to clipboard operation
docs copied to clipboard

Override Admin Customer View not working

Open grabelle opened this issue 1 year ago • 1 comments

Hello I'm following the tutorial https://devdocs.prestashop-project.org/1.7/modules/concepts/templating/admin-views/ to override the Customer Admin view. It is not working, my file is ignored. It is in modules/mymodule/views/Prestashop/Admin/Sell/Customer/view.html.twig and the content is

` {% extends 'PrestaShopBundle:Admin/Sell/Customer:view.html.twig' %} {% block content %} Hi there ! {% endblock %}

`

The module is of course activated/enabled (and it is working) My version is 1.7.8.2 Can you help ?

Thanks a lot

grabelle avatar Oct 05 '22 14:10 grabelle

Sorry I forget so uppercase 'S' in Prestashop

grabelle avatar Oct 05 '22 14:10 grabelle