Dhiro Posted October 3, 2016 Share Posted October 3, 2016 Good day, im using prestashop 1.6.1.6 and I need to modify tpl file, which is responsible for displaying orders list on Admin page (like on the picture). Who could tell me, where is this file located? Thank you in advance! Link to comment Share on other sites More sharing options...
prestamonste Posted October 3, 2016 Share Posted October 3, 2016 Hi, Prestashop uses helper to render this page. You can change it in function __construct of AdminOrdersController.php (controllers/admin/AdminOrdersController.php). If you don't want to lost code when you upgrade the new version, the best way, you should put it on folder override (override/controllers/admin/ Link to comment Share on other sites More sharing options...
Dhiro Posted October 3, 2016 Author Share Posted October 3, 2016 thank you for such a fast answer! You help me a lot! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now