This module displays list of tags that are associated with viewed product page. As you already know - prestashop does not have a feature to show tags associated with product on product page. This is the module that llows to show them.
WIth this PrestaShop module you can easily display list of tags on product pages. Each product page will show tags that are associated with viewed product page. As a shop owner you can decide where module will show the list of tags (you can configure the position on module configuration page). Full list of available positions you can find below.
Module tho display tags on product page
Product page has several positions where you can show custom contents created by modules. This module is ready to support each available position on product page. Below you can find a list of all available hooks in the module:
PrestaShop 1.5 | PrestaShop 1.6 | PrestaShop 1.7 |
|
|
|
Random order of tags
Module has feature to shuffle list of tags. This means that if this option will be enabled you will see tags in random order with each page refresh.
Limit the number of tags to show
If your product has many associated tags, there is a chance that list of tags will be very long. In this case you can use this option and define how many tags module will show.
1.3.5
- added improvements to module workflow to avoid problem with "unidentified array" error in envionment based on php 8.x
- added improvements to module usage in prestashop 8.x
1.3.4
- added support of position displayProductAdditionalInfo
1.3.3
- added support of displayAfterProductThumbs hook in prestashop 1.7.x
1.3.2
- added fixes to php notification about problems with foreach loop on empty array
1.3.1
- added new hook (position to display the module) named displayPtags
- with this feature you can show tags on product page in any position you want with usage of shortcode {hook h='displayPtags'}
1.2.1
- added full italian translation
1.2.0
- added feature to show tags in a random order. Module will shuffle list of tags with each page refresh
- added feature to limit number of tags to show
1.1.0
- updated the module, now it is ready with PrestaShop 1.7.x
1.0.0
- released module dedicated for PrestaShop 1.6.x and 1.5.x