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

Hook displayAdminProductsQuantitiesStepBottom

Information

Display new elements in back office product page, Quantities/Combinations tab:

This hook launches modules when the back office product page is displayed

Hook locations:

  • back office

Hook type: display

Located in:

Call of the Hook in the origin file

{{ renderhook('displayAdminProductsQuantitiesStepBottom', { 'id_product': productId }) }}

Example implementation

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