= $e($t('products.show.description')) ?>
| ID | = $e((string) ($item['id'] ?? '')) ?> |
|---|---|
| = $e($t('products.fields.name')) ?> | = $e((string) ($item['name'] ?? '')) ?> |
| SKU | = $e((string) ($item['sku'] ?? '')) ?> |
| EAN | = $e((string) ($item['ean'] ?? '')) ?> |
| = $e($t('products.fields.type')) ?> | = $e((string) ($item['type'] ?? '')) ?> |
| = $e($t('products.fields.status')) ?> | = $e((string) ($item['status'] ?? '')) ?> |
| = $e($t('products.fields.promoted')) ?> | = $e((string) ($item['promoted'] ?? '')) ?> |
| = $e($t('products.fields.vat')) ?> | = $e((string) ($item['vat'] ?? '')) ?> |
| = $e($t('products.fields.weight')) ?> | = $e((string) ($item['weight'] ?? '')) ?> |
| = $e($t('products.fields.quantity')) ?> | = $e((string) ($item['quantity'] ?? '')) ?> |
| = $e($t('products.fields.price_brutto')) ?> | = $e((string) ($item['price_brutto'] ?? '')) ?> |
| = $e($t('products.fields.price_netto')) ?> | = $e((string) ($item['price_netto'] ?? '')) ?> |
| = $e($t('products.fields.price_brutto_promo')) ?> | = $e((string) ($item['price_brutto_promo'] ?? '')) ?> |
| = $e($t('products.fields.price_netto_promo')) ?> | = $e((string) ($item['price_netto_promo'] ?? '')) ?> |
| = $e($t('products.fields.short_description')) ?> | = $e((string) ($item['short_description'] ?? '')) ?> |
| = $e($t('products.fields.description')) ?> | = $e((string) ($item['description'] ?? '')) ?> |
| = $e($t('products.fields.meta_title')) ?> | = $e((string) ($item['meta_title'] ?? '')) ?> |
| = $e($t('products.fields.meta_description')) ?> | = $e((string) ($item['meta_description'] ?? '')) ?> |
| = $e($t('products.fields.meta_keywords')) ?> | = $e((string) ($item['meta_keywords'] ?? '')) ?> |
| = $e($t('products.fields.seo_link')) ?> | = $e((string) ($item['seo_link'] ?? '')) ?> |
| = $e($t('products.fields.updated_at')) ?> | = $e((string) ($item['updated_at'] ?? '')) ?> |
= $e($t('products.variants.empty')) ?>
| ID | SKU | EAN | = $e($t('products.fields.price_brutto')) ?> | = $e($t('products.fields.price_netto')) ?> | = $e($t('products.fields.weight')) ?> | = $e($t('products.fields.status')) ?> | = $e($t('products.variants.attributes')) ?> |
|---|---|---|---|---|---|---|---|
| = $e((string) ($variant['id'] ?? 0)) ?> | = $e((string) ($variant['sku'] ?? '')) ?> | = $e((string) ($variant['ean'] ?? '')) ?> | = $e((string) ($variant['price_brutto'] ?? '')) ?> | = $e((string) ($variant['price_netto'] ?? '')) ?> | = $e((string) ($variant['weight'] ?? '')) ?> | = $e(((int) ($variant['status'] ?? 0)) === 1 ? $t('products.status.active') : $t('products.status.inactive')) ?> | = $e($attributeText !== [] ? implode(', ', $attributeText) : '-') ?> |
= $e($t('products.images.empty')) ?>