EC Internet Base

Installs: 161

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 0

Open Issues: 0

Type:magento2-module

dev-main 2024-02-02 17:15 UTC

This package is auto-updated.

Last update: 2025-04-28 20:17:01 UTC


README

ecinternet/base - 1.3.4.0

Requirements

Overview

The EC Internet Base extension serves as the core extension for all other EC Internet extensions to build on.

Installation

  • Unzip the zip file in app/code/ECInternet
  • Enable the module by running php bin/magento module:enable ECInternet_Base
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Configuration

Specifications

  • Adds SyncComplete() API call to fire off other extension's events once a sync has been completed.

Attributes

  • Customer
    • Customer Number (customer_number)
  • CustomerAddress
    • Ship-To Id (ship_to_id)

Notes

Version History

  • 1.3.2.0 - Updated UpgradeData to not show Customer attributes in grid. This could lead to compilation errors for some databases.
  • 1.3.1.0 - Remove unused FolderCleanDevoCommand class.