# Custom hook

# Custom module hook

You can display the module in any position in the product page by using the custom hook.

{hook h='ProductDesigner'}

You can put this code in the product.tpl that comes with your theme

Path:

/themes/[current theme]/templates/catalog/product.tpl

# Custom button hook

You can display the customize button in any position in the product page by using the custom hook.

{hook h='ProductDesignerCustomizeButton'}

You can put this code in the product.tpl that comes with your theme

Path:

/themes/[current theme]/templates/catalog/product.tpl

Or other template files such as

/themes/[current theme]/templates/catalog/_partials/product-add-to-cart.tpl

You may want to unhook the module from displayProductAdditionalInfo to avoid displaying the module twice.