Magento 2 to Sageworld Connector User Guide
By Elsner Technologies
Introduction
Logos for Magento 2 and Sageworld, indicating integration.
The Magento 2 to Sageworld Connector Extension by Elsner Technologies streamlines catalog management by integrating your Magento 2 store with Sageworld, a third-party platform for managing product catalogs. Store owners can log in with Sageworld credentials to upload products, pricing, and images via CSV files, supporting multiple suppliers and simple/configurable products with one-click functionality. This enhances productivity and simplifies e-commerce operations.
Installation
- Download: Purchase from Elsner Technologies.
- Upload: Unzip and upload to
app/code/Elsnertech/SageworldConnector
in your Magento 2 root directory. - Run Commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
- Verify: Check
Stores > Configuration > Elsnertech > Sageworld Settings
in the Admin Panel.
Configuration
Access settings via Stores > Configuration > Elsnertech > Sageworld Settings
.
General Settings
- Enable: Select
Yes
✔️ to activate orNo
❌ to disable. - Sageworld Credentials: Enter your Sageworld API Key and Login ID from your Sageworld account.
- Sync Mode: Choose
Manual
for on-demand sync orAutomatic
for scheduled sync via Magento cron.
Product Upload Settings
- CSV Upload: Enable CSV file uploads for products and pricing. Download the sample CSV from the admin panel.
- Product Types: Select
Simple
orConfigurable
products for upload. - Image Upload: Enable multiple image uploads per product (e.g., front, back views).
- Supplier Management: Add multiple suppliers and map their products to your catalog.
Visual Description of Configuration Interface
Screenshot of the Magento 2 admin panel showing the configuration settings for the Sageworld Connector. The interface features a sidebar menu on the left with sections like Dashboard, Sales, Catalog, etc. The main content area displays the configuration form. A prominent warning message at the top reads: ⚠️ One or more indexers are invalid. Make sure your Magento cron job is running.
The configuration form is organized into sections. Under "Configuration", the "Scope" is set to "Default Config". A "General Settings" section includes fields for:
- Enabled: A dropdown with options like "Yes" and "No".
- Api AcctID: A text field labeled "Enter the AcctID.".
- Api LoginID: A text field labeled "Enter the LoginID".
- Api Password: A text field labeled "Enter the Password".
There is also an "Elsner Extension" section visible, and a "Save Config" button in the top right corner. A "System Messages: 1" indicator is also present.