Jump to content

airtogazta

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by airtogazta

  1. Hi! I'm on PS 1.7.6.1 and following the explanation on the documentation https://devdocs.prestashop.com/1.7/modules/concepts/templating/admin-views/ did work for me, using the following structure: modules/foo/views/PrestaShop/Admin/Product/CatalogPage/catalog.html.twig And inside the twig files I used {% extends 'PrestaShopBundle:Admin/Product/CatalogPage:catalog.html.twig' %} Hope it helps
  2. Hi! We were having these issues and even if in the BO we set 'phone_mobile' to be mandatory, it would reset after some time. The solution I found was to edit the required fields list inside classes/AddressFormat.php; not sure if that's the best way but it worked for us.
×
×
  • Create New...