I want to add an Edit button next to product name(in product.tpl) for Admin, for directly going to Back-office to edit current product. PrestaShop 1.7
For this I only need to identify or Admin is logged in for Back-Office, but I need to do this in product.tpl, it means I can't use php.
How can I do this? Thanks!!