webto/magento2-ean

N/A

Installs: 855

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 1

Language:HTML

Type:magento2-module

1.0.3 2022-01-11 10:20 UTC

This package is not auto-updated.

Last update: 2024-06-11 22:34:06 UTC


README

magento2-ean - a Magento 2 module

This module adds a new offline payment option for EAN payments.

Installation

The module can be installed the following ways:

  1. Manually copy files to /app/code/Webto/EAN/ or use git clone

  2. Add the git to composer repository and install with composer

Composer Setup

The extension is available in the Composer package repository.

composer require webto/magento2-ean

Magento Setup

After installation, enable the module in Magento and clear cache.

php bin/magento module:enable Webto_EAN
php bin/magento setup:upgrade

Clear caches