Add Field in product listing in prestashop 1.7X backend


You have to change in 4 files.

1)product.php class file depend on which field you add.


1 ) src/PrestaShopBundle/Resources/views/Admin/Product
catalog.html.twig
list.html.twig

1) src/Adapter/Product
AdminProductDataProvider.php -> find function : getCatalogProductList

Comments

Popular Posts