diff --git a/components/HeaderBlock.vue b/components/HeaderBlock.vue index e9abaf2..504b610 100644 --- a/components/HeaderBlock.vue +++ b/components/HeaderBlock.vue @@ -18,8 +18,7 @@
-

button

-
+
diff --git a/components/section/CheckoutSummary.vue b/components/section/CheckoutSummary.vue index 0b5a670..81e517c 100644 --- a/components/section/CheckoutSummary.vue +++ b/components/section/CheckoutSummary.vue @@ -23,13 +23,13 @@
-

Seznam produktů

-
+

{{ component.front_section_lang[0].data.product_list }}

+
- +
@@ -50,10 +50,12 @@
-
-
-

Adresa účtu

-
+
+
+

{{ component.front_section_lang[0].data.account_address }} +

+
{{ checkoutStore.defaultAddress?.address.name }} {{ checkoutStore.defaultAddress?.address.surname }} {{ checkoutStore.defaultAddress?.address.street }} @@ -61,17 +63,161 @@ checkoutStore.defaultAddress?.address.city }}
+
+

{{ component.front_section_lang[0].data.note }}

+ +
+
+

Typ doručení

+
+
+
+
+
+
+
+
+
+ {{ delivery.delivery_supplier_name }} + {{ delivery.country_name }} +
+
+

+ {{ menuStore.formatPrice(Number(delivery.shippment_price)) }} +

+
+
+
+
+
+

{{ component.front_section_lang[0].data.payment_method }}

+
+ + + +
+
+
+
+
+

{{ component.front_section_lang[0].data.subtotal }}

+

€5,043.18

+
+
+

{{ component.front_section_lang[0].data.shipping_cost }}

+

€5,043.18

+
+
+

{{ component.front_section_lang[0].data.total }}

+

+ €5,043.18 +

+
+
+
+
+
+ + +

{{ $t("I accept ") }} {{ $t("the legal statement*") }}

+
+ + {{ $t("You need to accept this") }} + + +
+ + +

{{ $t("I accept ") }} {{ $t("general terms and conditions*") }}

+
+ + {{ $t("You need to accept this") }} + +
+ + + {{ $t("Buy") }} +
diff --git a/components/section/Product.vue b/components/section/Product.vue index 848eda6..96ae7b2 100644 --- a/components/section/Product.vue +++ b/components/section/Product.vue @@ -1,9 +1,10 @@