juszczyk/module-pokemon-product

1.0.1 2024-11-01 11:13 UTC

This package is auto-updated.

Last update: 2025-06-29 02:18:31 UTC


README

The Juszczyk_PokemonProduct module enables you to dynamically add Pokemon name and image to product on listing and view page based on attribute assigned to product.

Installation details

The Juszczyk_PokemonProduct module makes reversible changes in database during installation. You can disable or uninstall this module and changes will be reverted.

We recommend install this module with Composer:

composer require juszczyk/module-pokemon-product
bin/magento module:enable Juszczyk_PokemonProduct
bin/magento setup:upgrade
bin/magento setup:static-content:deploy (if applicable)

For information about a module installation in Magento 2, see Enable or disable modules.

Configuration

The Juszczyk_PokemonProducts provides configuration possibility at backend panel. After module install there will be the tab named "Juszczyk" and the section named "Pokemon Product".

In group "General" you can choose if module should be enabled and/or change PokeAPI base URL.

Default values for this configuration is:

  • Module is disabled
  • PokeAPI base URL is: https://pokeapi.co/api/v2

Additional information

The Juszczyk_PokemonProduct module integrate Magneto with PokeAPI.

It can display Pokemon name and image based on product attribute called "Pokemon Name". Name and image are from PokeAPI.