diff --git a/admin/templates/shop-attribute/_partials/value-row.php b/admin/templates/shop-attribute/_partials/value-row.php new file mode 100644 index 0000000..1efb035 --- /dev/null +++ b/admin/templates/shop-attribute/_partials/value-row.php @@ -0,0 +1,68 @@ +value ?? null) ? $this->value : []; +$languages = is_array($this->languages ?? null) ? $this->languages : []; +$rowKey = (string)($this->rowKey ?? ''); +$defaultLanguageId = (string)($this->defaultLanguageId ?? ''); +$valueId = (int)($value['id'] ?? 0); +$isDefault = !empty($value['is_default']); +$impact = (string)($value['impact_on_the_price'] ?? ''); +?> +
| Domyslna | +Wplyw na cene | +Nazwy w jezykach | +Akcje | +
|---|