Firstly it is necessary to say that module can have two views: one on the back office (its options, or even a configuration screen - as i described in previous steps), and one on the front office. The front office view is how and where the module is displayed within your shop's theme. The position of a module in your theme can be changed, because you might want one module's block to be placed much higher (or lower) in the page that others. In PrestaShop's parlance, this is called "transplanting", and is done using the tool available in the "Positions" page, So if you want to decide about where module will appear you can use this tool. Below you can find informations about this feature in context of Product tag icons module.
Depending on your PrestaShop's version you can go to:
At the top of the page, a drop-down menu enables you to only display the module in which you are interested. Select there our module "icons / pictograms on product pages".
You will see there list of positions where the module is attached. Some of these positions are required. List of required positions I attach below. Please do not remove from these positions - otherwise module will not work properly. If you will remove module from this position - you will be required to re-add module to these positions with "transplant" tool.
The rest of positions are related to where module will appear on front of your shop. You can remove module from these positions. For example - if you do not want to display module there.
How to decide where module will appear?
Two things to know before transplanting a module:
Therefore, be aware that you cannot always transplant any module to any hook. Below you can find list of hooks where module appear and position of where it will appear whitin "classic" template. Please note that your theme may have a little different position of these hooks. Usually theme developers includes these position in similar sections of the shop.
Special hook ShowIcons - for advanced users only
Module creates own special hook named ShowIcons. Once you will install the module - this hook is automatically created and module is automatically associated with this hook. Thanks to this hook you can run module in any part of product page you want. Just add a hook execution code to your template .tpl files and module will appear there. Hook is applicable to Product pages and to list of products (product's miniature). Hook execution code is:
{hook h='ShowIcons' product=$product}