Περιγραφή
Πρόσθετο που επιτρέπει την διασύνδεση με την SMS Center ώστε να μπορεί να αποστέλλεται SMS με τον αριθμό παρακολούθησης της αποστολής της παραγγελίας.
Η χρήση του προσθέτου προϋποθέτει την εισαγωγή του αριθμού παρακολούθησης στο αντίστοιχο πεδίο του Magento και την καταχώρηση της αποστολής. Το SMS αποστέλλεται αυτόματα σύμφωνα με την παραμετροποίηση που έχει γίνει για τα λεκτικά στις ρυθμίσεις του προσθέτου.
USER GUIDE – IOWEB SmsCenter
What the Module Does
This module sends SMS messages for shipment tracking updates.
How It Works
- An admin adds a tracking number to a shipment.
- The module creates an SMS queue entry.
- The message is sent and logged.
- Admins can monitor results from the queue and integration log pages.
Admin Areas
- Configuration:
Stores > Configuration > IOWEB TECHNOLOGIES > SmsCenter
- Queue:
Marketing > Communications > Sms Center Queue Management
- Integration log:
System > Action Logs > Sms Center Integration Log
General Configuration
Enable: turns SMS functionality on or off.
Api Url: primary SmsCenter API URL.
Backup Api Url: fallback endpoint when the primary endpoint fails.
Api Key: SmsCenter authentication key.
From: sender name shown to recipients.
Unicode: enables Unicode SMS encoding.
Flash: sends message as flash SMS when required.
Retain History In Days: days to keep integration log records.
Enable For Tracking Number: enables automatic SMS creation when tracking is added.
Tracking Number Message: message template for tracking SMS.
Template Variables
{{store_name}}
{{carrier}}
{{tracking_number}}
{{increment_id}}
Debug Configuration
Enable: redirects messages to a debug phone.
Phone: number that receives all SMS while debug mode is enabled.
Recommended Workflow
- Fill in API URL, backup URL, API key, and sender name.
- Enable the module and tracking-number SMS.
- Enable debug mode and set your own phone for safe testing.
- Create a shipment and add tracking.
- Check queue and integration logs.
- Disable debug mode before live sending.
Troubleshooting
- No SMS received: check enablement, tracking-number enablement, API credentials, tracking number creation, queue status, and integration logs.
- SMS always goes to one number: check whether debug mode is still enabled.