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

Hook displayAdminProductsCombinationBottom

Information

Display new elements in back office product page, Combination 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('displayAdminProductsCombinationBottom', { 'id_product': form.vars.value.id_product, 'id_product_attribute': form.vars.value.id_product_attribute }) }}