-
Notifications
You must be signed in to change notification settings - Fork 5
AdminOrdersBpost.php enhancements #8
Comments
|
Updated comments
|
OK, then we should escalate this ticket to bpost. It would be technically impossible for us to have the same behavior on all versions + it will take weeks to redo/retest this part. Again, we started by doing it the "right way" before having to change to the current code because 1.4 version was too far behind. I attach the 1.4 version of the BO, so that you can have a look at what we are talking about (tabs, dropdowns, search and filters). |
Updated comments
I let this issue open, for the templating matter but for the all others issues we are OK Regards, |
This verification is not required, since this file should never be called when running on 1.5+
PHP doc should before method declaration, not inside
Method displayListContent():
As a general comment, you will need to refactorize this part.
You have too much html in this method, please use templates and smarty to make it more readable and clear.
In another hand, please use “backward_compatiblity” to access globals you set at the begining of this method via $this->context;
The text was updated successfully, but these errors were encountered: