juszczyk / module-pokemon-product
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.3
- magento/framework: *
- magento/module-catalog: 104.0.*
- magento/module-catalog-import-export: 101.1.*
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.