PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook displayAdminOrderTabContent

Information

Display new elements in the Back Office, tab contents on order

Hook locations:

  • back office

Hook type: display

Located in:

Call of the Hook in the origin file

{% set displayAdminOrderTabContent = renderhook('displayAdminOrderTabContent', {'id_order': orderForViewing.id}) %}

Example implementation

This hook has been implemented as an example in our modules examples repository - demovieworderhooks.