Enhanced Tag Gallery - Magento 2 module documentation

Author: Paweł Wasiluk

Moduł Enhanced Tag Gallery

Module overview

The module allows you to create and manage gallery. Images that will be included in gallery will be displayed with tags added by admin. Each tag will show assigned product and link to its page.

Module overview

This module is compatibile with Magento Community versions: 2.3, 2.4.

How it works

After module has been installed, it is already enabled. Now it needs some configuration. Head to Stores -> Configuration -> Aurora -> Enhanced Tag Gallery

Image 8

Module creates page with your future galleries, configuration above defines it’s parameters.

Image 2

When finished go to Content -> Enhanced Tag Gallery -> Galleries, where You can enter add new gallery button.

Image 3

You will see form like one above. Fill it ignoring Images section and save.

Image 4

Now open Content -> Enhanced Tag Gallery -> Images and add new image. Fill the form, selecting previously created gallery, then save. Now you will be able to add tags to your image.

Image 5

Open one more time Content -> Enhanced Tag Gallery -> Images. Now you will be able to add tags to your image. To add new Tag click on Add tag, tag will be added to the middle of the image, you can move it freely over image, last but not least choose Product Id. You can repeat this process to add multiple tags, save the changes.

Image 9

Now you will see your created galleries. To view images move to gallery.

Image 7

Demo

Installation

Composer

1.Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:magento2/enhanced-tag-gallery.git"
    }
    ...
],
2.Add package to composer.json:
"require": {
    ...
    "aurora/module-enhanced-tag-gallery": "*"
    ...
},
3.In Magento root folder run commands:
composer update aurora/module-enhanced-tag-gallery
php bin/magento module:enable Aurora_EnhancedTagGallery
php bin/magento setup:upgrade

Manual

  1. Unzip archive
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_EnhancedTagGallery
php bin/magento setup:upgrade

Thank you for your interest in our products!