Můj účet
| Jméno | {{ customer_not_synced.first_name }} {{ customer_not_synced.last_name }} |
|---|---|
| E-mailová adresa | {{ customer_not_synced.email }} |
| Telefon | {{ customer_not_synced.telephone }} |
| Fakturační adresa |
{{ customer_not_synced.invoice_street }} {{ customer_not_synced.invoice_house_number }} {{ customer_not_synced.invoice_bus_number }}
{{ customer_not_synced.invoice_postal_code }} {{ customer_not_synced.invoice_city }}
{{ customer_not_synced.invoice_country.name }} |
| Dodací adresa |
{{ customer_not_synced.delivery_street }} {{ customer_not_synced.delivery_house_number }} {{ customer_not_synced.delivery_bus_number}}
{{ customer_not_synced.delivery_postal_code }} {{ customer_not_synced.delivery_city }}
{{ customer_not_synced.delivery_country.name }} |
Mé objednávky
| Nr. | Produkty | Celková cena | Stav | Datum |
|---|---|---|---|---|
| {{ order.id }} | {{ variant.amount }} x {{ variant.name }} | {{ order.total | formatEuro }} | {{ order.status_formatted }} | {{ order.date_formatted }} |
keyboard_arrow_up