+
+
+
+
- Nachfolgend erhalten Sie die Übersicht Ihrer Bestellung.
+ Nachfolgend erhalten Sie
+ die Übersicht Ihrer Bestellung.
-
+
+
+
+ {{ orderData?.buyer | buyerName }}
+
+
-
-
+
+ Belegnummer
+ {{ orderData.orderNumber }}
+
+
+ Zielfiliale
+ {{ orderData.targetBranch.name }}
+
+
+
+ Bestelldatum
+ {{ orderData.orderDate | date }}
+
+
+ Adresse
+ {{ orderData.targetBranch | branchAddress }}
+
+
+
+
diff --git a/apps/page/checkout/src/lib/checkout-summary/checkout-summary.component.scss b/apps/page/checkout/src/lib/checkout-summary/checkout-summary.component.scss
index 0f67a23c7..1e068124f 100644
--- a/apps/page/checkout/src/lib/checkout-summary/checkout-summary.component.scss
+++ b/apps/page/checkout/src/lib/checkout-summary/checkout-summary.component.scss
@@ -2,8 +2,48 @@
@apply block box-border;
}
-.cta-print-wrapper {
+.check-icon {
+ @apply mx-auto text-green-700 pt-8;
+ width: 36px;
+}
+
+.card {
+ @apply bg-white rounded-card shadow-card;
+}
+
+.order-header {
+ @apply text-center text-3xl my-2 mb-2;
+}
+
+.order-info {
+ @apply text-center text-lg my-0 mb-2;
}
.cta-print {
+ @apply bg-transparent text-brand font-bold text-xl outline-none border-none;
+}
+
+.order-customer {
+ @apply font-bold text-2xl;
+}
+
+.grow {
+ @apply flex-grow;
+}
+
+.row {
+ @apply flex flex-row items-center mx-8 my-4;
+}
+
+.sub-row {
+ @apply flex flex-row flex-grow items-center w-1/2;
+}
+
+.between {
+ @apply justify-between;
+}
+
+hr {
+ height: 2px;
+ @apply bg-disabled-customer;
}
diff --git a/apps/page/checkout/src/lib/checkout-summary/checkout-summary.module.ts b/apps/page/checkout/src/lib/checkout-summary/checkout-summary.module.ts
index 03018256e..4b9d76d9f 100644
--- a/apps/page/checkout/src/lib/checkout-summary/checkout-summary.module.ts
+++ b/apps/page/checkout/src/lib/checkout-summary/checkout-summary.module.ts
@@ -2,9 +2,11 @@ import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CheckoutSummaryComponent } from './checkout-summary.component';
+import { UiIconModule } from '@ui/icon';
+import { PageCheckoutPipeModule } from '../pipes/page-checkout-pipe.module';
@NgModule({
- imports: [CommonModule],
+ imports: [CommonModule, UiIconModule, PageCheckoutPipeModule],
exports: [CheckoutSummaryComponent],
declarations: [CheckoutSummaryComponent],
})
diff --git a/apps/page/checkout/src/lib/modals/purchasing-options-modal/b2b-delivery-option/b2b-delivery-option.component.scss b/apps/page/checkout/src/lib/modals/purchasing-options-modal/b2b-delivery-option/b2b-delivery-option.component.scss
index 21e4d817d..cd07a8cc8 100644
--- a/apps/page/checkout/src/lib/modals/purchasing-options-modal/b2b-delivery-option/b2b-delivery-option.component.scss
+++ b/apps/page/checkout/src/lib/modals/purchasing-options-modal/b2b-delivery-option/b2b-delivery-option.component.scss
@@ -1,8 +1,8 @@
.option-icon {
- margin-top: -5px;
- width: 80px;
+ margin-top: -12px;
+ width: 70px;
}
h4 {
- margin-top: -10px;
+ margin-top: -2px;
}
diff --git a/apps/page/checkout/src/lib/modals/purchasing-options-modal/dig-delivery-option/dig-delivery-option.component.html b/apps/page/checkout/src/lib/modals/purchasing-options-modal/dig-delivery-option/dig-delivery-option.component.html
index 9eaa6d6eb..4148b321b 100644
--- a/apps/page/checkout/src/lib/modals/purchasing-options-modal/dig-delivery-option/dig-delivery-option.component.html
+++ b/apps/page/checkout/src/lib/modals/purchasing-options-modal/dig-delivery-option/dig-delivery-option.component.html
@@ -7,9 +7,11 @@
{{ item.catalogAvailability?.price?.value?.value | currency: ' ' }} {{ item.catalogAvailability?.price?.value?.currency }}
+
+
Versandkostenfrei
Versanddatum 27.02.21
-
+