devdigital/commercemind-magento

CommerceMind Magento 2 / Adobe Commerce module

Maintainers

Package info

github.com/Devdigital-Inc/commercemind-magento-public

Type:magento2-module

pkg:composer/devdigital/commercemind-magento

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-08-04 09:34 UTC

This package is auto-updated.

Last update: 2026-08-04 11:21:40 UTC


README

CommerceMind for Magento 2 / Adobe Commerce. This repository contains the standalone Magento module so merchants can install the CommerceMind connector without needing access to the private full Magento development repository.

Packagist: devdigital/commercemind-magento

What this module includes

  • CommerceMind connector configuration in Magento Admin
  • Store connection flow back to CommerceMind
  • Product, inventory, category, CMS page, FAQ, promotion, and order sync support
  • Widget storefront bootstrap assets
  • AI product content helpers for Magento Admin
  • Virtual try-on storefront/account integration surfaces

Installation

Option 1: Composer (recommended)

composer require devdigital/commercemind-magento
bin/magento module:enable DevDigital_CommerceMind
bin/magento setup:upgrade
bin/magento cache:flush

Option 2: ZIP install

Use the public ZIP release asset from this repository and extract it into your Magento root so the module lands at:

app/code/DevDigital/CommerceMind

Then run:

bin/magento module:enable DevDigital_CommerceMind
bin/magento setup:upgrade
bin/magento cache:flush

Detailed installation and configuration guides:

Database requirements

Magento creates MySQL triggers for catalog changelogs used by CommerceMind sync. If binary logging is enabled, MySQL may also require:

[mysqld]
log_bin_trust_function_creators = 1

During bin/magento setup:upgrade, CommerceMind attempts the needed setup automatically where permissions allow it. If your DB user cannot change global variables, ask your host or DBA to enable this setting before retrying.

Optional diagnostic commands:

bin/magento commercemind:db-preflight
bin/magento commercemind:db-preflight --apply

Distribution notes

  • Public Packagist package: devdigital/commercemind-magento
  • Public GitHub releases provide ZIP artifacts for manual install
  • Magento Marketplace distribution can be added later once the listing is approved