A
A
Alpha122020-02-05 12:44:19
opencart
Alpha12, 2020-02-05 12:44:19

How to change the order of these fields in the order, in the opencart2 admin panel?

If you go to the admin panel in the list of orders, then there are such fields,
5e3a8e438d5f2188014842.png
I need to know which file is responsible for them in order to change their order and add the city field. If this is possible

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lazuren, 2020-02-06
@lazuren

In general, the path to the file is easy to find by the address bar. For example at this address

/admin/index.php?route=sale/order&token=9y4RfQv39a2D......
the controller file should be found in /admin/controller/sale/order, and the view file in /admin/view/template/sale/order_list.tpl.
But your functionality, in my opinion, is implemented through modifiers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question