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

refactor: Checkout design angepasst.

Übergeordneter 96341b7f
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -93,15 +93,22 @@
.quiqqer-order-basket-total {
float: right;
margin-top: 40px;
margin-top: 20px;
text-align: right;
width: 300px;
width: 100%;
background: #f8f8f8;
border: 1px solid #ddd;
padding: 5px 10px;
}
.quiqqer-order-basket-total td {
padding-bottom: 5px;
}
.quiqqer-order-basket-total td:last-child {
width: 150px;
}
.quiqqer-order-basket-total-sum {
font-weight: bold;
}
......@@ -136,6 +143,10 @@
margin-right: 20px;
}
.quiqqer-order-customerData-edit .quiqqer-order-customerData-edit-salutation {
margin-top: 0;
}
.quiqqer-order-ordering-step .quiqqer-order-customerData-comment {
align-self: flex-start;
background: #f8f8f8;
......
......@@ -282,11 +282,11 @@
<de><![CDATA[
<br />Aktiviert das Anzeigen von UVP (unverbindliche Preisempfehlung der Herstellers) neben dem aktuellen Preis.
Die UVP wird nur dann angezeigt, wenn die sie in Produkt-Eigenschaften eingetragen ist.
<br /><strong>Die Einstellung hat Auswirkung nur auf das Template. Externe Bausteine können das selbst über ihre Einstellunge regeln.</strong>]]></de>
<br /><strong>Die Einstellung hat Auswirkung nur auf das Template. Externe Bausteine können das anders regeln.</strong>]]></de>
<en><![CDATA[
<br />Display the recommended retail price next to the current price.
The retail price field in product properties must be filled.
<br /><strong>The setting only affects the template. External bricks can control this themselves via their settings.</strong>]]></en>
<br /><strong>The setting only affects the template. External bricks can regulate this differently.</strong>]]></en>
</locale>
<!-- basket style -->
......
......@@ -63,6 +63,10 @@ public function getBody()
return $Engine->fetch($this->getAttribute('customTemplate'));
}
echo "<pre>";
var_dump($this->getAttribute('template'));
echo "</pre>";
// control template (if custom template not set)
switch ($this->getAttribute('template')) {
case 'list':
......
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