ecinternet / base
EC Internet Base
Installs: 161
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4.0
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
)
- Customer Number (
CustomerAddress
- Ship-To Id (
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.