Skip to content
Code-Schnipsel Gruppen Projekte
Commit 833665d6 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

feat: disable content-header in shipping and order site types

Übergeordneter 2d6631d6
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -12,7 +12,7 @@
*/
$templateSettings = QUI\TemplateCologne\Utils::getConfig([
'Project' => $Project,
'Site' => $Site,
'Site' => $Site
]);
/**
......@@ -59,6 +59,8 @@
if ($Site->getAttribute('type') == 'quiqqer/order:types/orderingProcess' ||
$Site->getAttribute('type') == 'quiqqer/order:types/shoppingCart') {
$createBasketButton = false;
$Template->setAttribute('content-header', false);
}
$InitialBasketPrice = new QUI\ERP\Money\Price(0, $Currency);
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren