dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
job.php File Reference

Go to the source code of this file.

Variables

 $content = file_get_contents(__DIR__ . '/content/shop-dashboard.html')
 $overview = file_get_contents(__DIR__ . '/content/tutorial-overview.html')
if($content===false|| $overview===false) $media
 $steps = array()
foreach($media as $item) $steps []

Variable Documentation

◆ $content

$content = file_get_contents(__DIR__ . '/content/shop-dashboard.html')

Definition at line 10 of file shop-dashboard-tutorial-20260721/job.php.

◆ $media

if ( $content===false||$overview===false) $media
Initial value:
= array(
array('shot_overview', '00-overview', 'Shop-Dashboard Übersicht', 'Shop-Dashboard mit sechs Kennzahlen und direkten Einstiegen in alle Arbeitsbereiche', 'Übersicht: offene Vorgänge lesen und den passenden Arbeitsbereich öffnen.'),
array('shot_products', '01-produkte', 'Produkte', 'Shop-Produktliste mit Filtern, Bildern, Gruppen, Attributen, Versand und Channels', 'Produkte: Sortiment filtern, Zuordnungen prüfen und Artikel bearbeiten.'),
array('shot_orders', '02-bestellungen', 'Bestellungen', 'Shop-Bestellliste mit Kunde, Positionen, Bestellstatus, Zahlungsstatus, Versand und Summe', 'Bestellungen: Bestellung, Zahlung und Versand getrennt kontrollieren.'),
array('shot_groups', '03-produktgruppen', 'Produktgruppen', 'Shop-Produktgruppe mit Obergruppe, Mehrwertsteuerklasse, Gruppenbild und Galerieeinstellungen', 'Produktgruppen: gemeinsame Struktur, Steuer- und Darstellungsregeln pflegen.'),
array('shot_attributes', '04-attribute', 'Attribute', 'Shop-Attributdefinition mit Gruppe, Key, Titel, Typ, Einheit und Optionen', 'Attribute: strukturierte Produktmerkmale je Produktgruppe definieren.'),
array('shot_shipping', '05-versandgruppen', 'Versandgruppen', 'Shop-Versandgruppe mit Versandweg, Lieferzeit, Bruttokosten und Freigrenze', 'Versandgruppen: Lieferweg, Lieferzeit, Kosten und Freigrenze bündeln.'),
array('shot_channel_groups', '06-channel-gruppen', 'Channel-Gruppen', 'Shop-Channel-Gruppe mit Beschreibung, Aktivstatus und ausgewählten Verkaufskanälen', 'Channel-Gruppen: Verkaufskanäle als wiederverwendbares Set zuordnen.'),
array('shot_channels', '07-channels', 'Channels', 'Shop-Channels mit Plattform, Verbindung, Aktivstatus, Export, Order-Import und Teststatus', 'Channels: internen Shop und externe Plattformverbindungen steuern.'),
array('shot_media', '08-shop-medien', 'Shop-Medien', 'Shop-Medienverwaltung mit Artikel, Produktgruppe, Sortierung, Primärbild und zugeordneten Bildern', 'Shop-Medien: CMS-Dateien Artikeln und Produktgruppen zuordnen.'),
array('shot_legal', '09-rechtstexte', 'Rechtstexte', 'Shop-Rechtstexte mit CMS-ID, Permalink, Status, Leserechten, Template und Vorschau', 'Rechtstexte: CMS-Daten prüfen, bearbeiten und im Shop kontrollieren.'),
array('shot_returns', '10-widerrufe', 'Widerrufe', 'Shop-Widerrufsverwaltung mit Kunde, Nachricht, Status und Bearbeitungsaktionen', 'Widerrufe: Anfrage, Bestand, Erstattung und Abschluss nachvollziehbar bearbeiten.'),
array('shot_settings', '11-einstellungen', 'Einstellungen', 'Shop-Einstellungen mit globalen Schaltern für Bestand, Channels, Checkout, Rechtstexte, Mail und Zahlung', 'Einstellungen: globale Regeln für Shop, Steuern, Checkout, Zahlung, Versand und Medien.'),
)

Definition at line 16 of file shop-dashboard-tutorial-20260721/job.php.

◆ $overview

$overview = file_get_contents(__DIR__ . '/content/tutorial-overview.html')

Definition at line 11 of file shop-dashboard-tutorial-20260721/job.php.

◆ $steps [1/2]

foreach ( $media as $item) $steps[]
Initial value:
= array(
'id' => 'shop_dashboard_page',
'action' => 'page.create',
'params' => array(
'lng' => 'de',
'folder_id' => 15,
'title' => 'Tutorial: Shop Dashboard',
'seo_title' => 'Tutorial: Shop Dashboard',
'permalink' => 'tutorial-shop-dashboard',
'description' => 'Alle Kennzahlen und Bereiche des dbxapp Shop-Dashboards: Produkte, Bestellungen, Gruppen, Channels, Medien, Rechtstexte, Widerrufe und Einstellungen.',
'keywords' => 'dbxapp, Shop Dashboard, Produkte, Bestellungen, Versand, Channels, Shop Medien, Rechtstexte, Widerrufe, Tutorial',
'activ' => 1,
'group_read' => '*',
'template' => 'c-body1-footer',
'hero_template' => 'none',
'hero_image_id' => 'none',
'gallery_template' => 'image-gallery',
'gallery_visible_count' => '1',
'gallery_image_size' => 'original',
'gallery_lightbox_width' => '100vw',
'gallery_overflow' => 'tutorial',
'gallery_click_behavior' => 'lightbox',
'sorter' => '0125',
'content' => trim($content),
),
)

Definition at line 53 of file shop-dashboard-tutorial-20260721/job.php.

◆ $steps [2/2]

$steps = array()

Definition at line 31 of file shop-dashboard-tutorial-20260721/job.php.