tabby/m2-sub

Tabby Additional Merchnat ID Magento module

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2025-02-27 11:17 UTC

This package is auto-updated.

Last update: 2025-06-27 11:56:44 UTC


README

Allow merchants to use additional merchant ID for some products

Installation

Install module by composer

  composer require tabby/m2-sub --no-update
  composer update

Check module status

  php bin/magento module:status Tabby_Sub

Enable module

  php bin/magento module:enable Tabby_Sub

Upgrade magento database

  php bin/magento setup:upgrade

Generate DI configuration

  php bin/magento setup:di:compile

Deploy static content

  php bin/magento setup:static-content:deploy