vovchenko/module-pokemon-api

N/A

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

dev-main 2024-03-01 13:03 UTC

This package is auto-updated.

Last update: 2025-06-29 02:09:23 UTC


README

This module allows to display pokemon data on product

Features

  • Creates a product attribute called "Pokemon Name" that can be used to associate a product with a specific Pokemon.
  • On the product listing page, dynamically load and display Pokémon information for each product based on its assigned Pokemon name attribute. Include the dynamically updated Pokémon name and image.
  • On the product detail page, display detailed Pokémon information for the selected product based on its assigned Pokemon name attribute. Include the dynamically updated Pokémon name and image and pokemon details.
  • On the product detail page, display Pokémon information for the related and Up-Sells product. Include the dynamically updated Pokémon name and image.

Installation

Option 1

  • Add package to composer.json:
"require": {
    ...
    "vovchenko/module-pokemon-api": "1.*"
    ...
},
  • In Magento root folder run commands:
$ composer update vovchenko/module-pokemon-api
$ php bin/magento module:enable Vovchenko_PokemonApi
$ php bin/magento setup:upgrade

Option 2

  • In Magento root folder run commands:
$ composer require vovchenko/module-pokemon-api
$ php bin/magento module:enable Vovchenko_PokemonApi
$ php bin/magento setup:upgrade

Option 3

  • To install the module, download it as an archive and extract its contents to the app/code/Vovchenko/PokemonApi folder

  • In Magento root folder run commands:

$ php bin/magento module:enable Vovchenko_PokemonApi
$ php bin/magento setup:upgrade
  • Enjoy!

Documentation

PL https://1drv.ms/w/s!Av1ofRZMNJbxxT9iWUmo8zBuoNBp?e=SIVDQ0 EN https://1drv.ms/w/s!Av1ofRZMNJbxxUEn2H8iQN4DfVro?e=Beew3r

License

Open Software License

Autor

Pavlo Vovchenko vovch.p.98@gmail.com