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

Hook displayCarrierExtraContent

Information

Display additional content for a carrier (e.g pickup points):

This hook calls only the module related to the carrier, in order to add options when needed

Hook locations:

  • front office

Hook type: display

Located in:

Call of the Hook in the origin file

Hook::exec('displayCarrierExtraContent', ['carrier' => $carrier], $moduleId)