html - How to change prestashop order listing page? -


i want add new module prestashop office order page. can tell me tpl file change can simly add new hook ? added hook controller file, can't find tpl file.

in case want add order details page there several hooks available same, can use of them.

some of hooks are:

hook_tab_ship hook_tab_order hook_content_ship hook_content_order

to add orders listing page through module not possible without overriding core file. need override renderlist() of file /controllers/admin/adminorderscontroller.php


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -