diff --git a/index.php b/index.php
index 72af202c90ca9402c717ccce11676e69001d617e..9abf164c10dad7e49b2f78aa8826c0c0e615188f 100644
--- a/index.php
+++ b/index.php
@@ -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);