Jump to content

Where is located admin-side orders tpl file?


Dhiro

Recommended Posts

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!

post-1283557-0-03156700-1475485970_thumb.jpg

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...