PrestaShop hook: displayRightColumn

You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named displayRightColumn.


Hook {$HOOK_RIGHT_COLUMN} is called when loading the right column. This hook is the best place for put blocks with some shop features like cart, facebook like boxvoucher for friendsshoutbox, etc.

Talk about this

Other hooks