Περιγραφή
Η πρόσθετη εφαρμογή αυτή δημιουργή το XML Feed που χρειάζεται το Glami από το κατάστημα σας στο Magento 2. Σας επιτρέψει να επιλέξετε ποια προϊόντα θέλετε να περιληφθούν στο GLAMI επιλέγοντας τις κατηγορίες που θέλετε να στείλετε.
USER GUIDE – IOWEB Glami Feed
Purpose
This module creates a GLAMI-compatible XML feed from Magento products.
Admin Path
Stores > Configuration > IOWEB TECHNOLOGIES > Glami Feed
How It Works
- Configure module settings and product/performance options from Magento Admin.
- Generate the feed per store using
bin/magento iowebglami:feed:generate <store_code>.
- The feed is saved using the configured XML filename.
- Repeat generation through cron for scheduled updates.
Module Settings
Enable: enables or disables feed generation.
XML Filename: output filename under Magento pub, for example ioweb_glami.xml.
Debug: enables debug behavior/logging.
Memory Usage: shows memory usage details when debug is enabled.
Global CPC: default CPC value applied unless overridden per product.
Product Selection Settings
Delivery days when product in stock: default delivery value when a custom delivery attribute is not set.
EAN Attribute Code: product attribute used as EAN source.
Include Categories: only products in selected categories are included.
Exclude Categories: products in selected categories are removed.
Exclude Products: comma-separated Magento product IDs to exclude.
Color Attributes and Size Attributes: attributes used for variation grouping.
Performance
Batch size: number of products processed per batch.
Batch delay: delay between batches.
Use pregenerated images: intended for custom image hosting/CDN setups.
Admin Checklist
- Enable module.
- Set XML filename.
- Configure product filtering options.
- Configure performance values based on server capacity.
- Run a manual CLI generation and verify the produced XML.
- Configure cron for scheduled feed updates.