Magento 2 module for improving checkout process

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2024-05-20 10:21 UTC

This package is auto-updated.

Last update: 2024-05-20 10:27:26 UTC


README

v 0.0.4

Description:

This module provide an integration with PokeAPI and allows to link pokemon data with Magento2 products.

Installations:

Module can be installed via composer:

composer require szymonborowski/pokemon

also Magento setup upgrade is nesesery

bin/magento setup:upgrade

Configuration

Module configuration is available in admin panel under Stores -> Configuration -> Pokemon API. Module is configured and enable by default. img.png

There is an option to enable/disable Poke API cache in admin cache management panel

img_1.png

Pokemon can by linked with product in product edit page.

img_2.png

Progress

Data of Pokemon are available on product page. Data are fetched from PokeAPI and stored in Magento cache. Data are loaded dynamically after page load.

img_3.png

Product title is replaced with plugin. It should be done by via Ajax, using frontend component.

Unfortunately replacing data on listing page is not done yet.