vovchenko/module-pokemon-api
Composer 安装命令:
composer require vovchenko/module-pokemon-api
包简介
N/A
README 文档
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
Autor
Pavlo Vovchenko vovch.p.98@gmail.com
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-03-01