| {{ $t("shop.order.cart.quantity") }} | {{ $t("shop.order.cart.art_no") }} | {{ $t("shop.order.cart.name") }} | {{ $t("shop.order.cart.unit_price") }} | {{ $t("shop.order.cart.total_price") }} |
|---|---|---|---|---|
| {{ $t("shop.order.cart.loading") }} | ||||
| {{ $t("shop.order.cart.load_failed") }} | ||||
| {{ $t("shop.order.cart.empty") }} | ||||
| {{ item.quantity }} | {{ getCartValue(item.shop_art_no_or_gtin) }} | {{ Utils.unescape(getCartValue(item.shop_name)) }} |
|
|
| {{ $t("shop.order.cart.subtotal") }} |
|
|||
| {{ $t("shop.order.cart.shipping_cost") }} ({{ shippingName }}) {{ $t("shop.order.cart.delivery_time", { range: shippingDeliveryTimeRange }) }} |
|
|||
| {{ $t("shop.order.cart.total") }} |
|
|||