Troubleshooting
Lösungen für häufige Probleme und Fehlerdiagnose.
Debug-Tools
Log-Dateien
# Plugin-Logs anzeigen
tail -f var/log/shopware.log | grep -i dropshipping
# E-Mail-Logs prüfen
tail -f var/log/mail.log
Konsolen-Befehle
# Plugin-Status prüfen
bin/console plugin:list | grep Dropshipping
# Konfiguration anzeigen
bin/console system:config:get HuebertDropshippingSW6
Zuletzt aktualisiert