- = h($childProductCategories->id) ?> |
- = h($childProductCategories->product_catalog_id) ?> |
= h($childProductCategories->name) ?> |
= h($childProductCategories->category_description) ?> |
- = h($childProductCategories->parent_id) ?> |
- = h($childProductCategories->lft) ?> |
- = h($childProductCategories->rght) ?> |
= h($childProductCategories->enabled) ?> |
= $this->Html->link(__('View'), ['controller' => 'ProductCategories', 'action' => 'view', $childProductCategories->id]) ?>
diff --git a/templates/ProductCategoryAttributes/view.php b/templates/ProductCategoryAttributes/view.php
index 31b5742..ea9a35f 100644
--- a/templates/ProductCategoryAttributes/view.php
+++ b/templates/ProductCategoryAttributes/view.php
@@ -41,7 +41,6 @@
- = __('Id') ?> |
= __('Attribute Value') ?> |
= __('Attribute Label') ?> |
= __('Enabled') ?> |
@@ -49,7 +48,6 @@
product_category_attribute_options as $productCategoryAttributeOptions) : ?>
- = h($productCategoryAttributeOptions->id) ?> |
= h($productCategoryAttributeOptions->attribute_value) ?> |
= h($productCategoryAttributeOptions->attribute_label) ?> |
= h($productCategoryAttributeOptions->enabled) ?> |
diff --git a/templates/Products/view.php b/templates/Products/view.php
index ee86f4d..009f119 100644
--- a/templates/Products/view.php
+++ b/templates/Products/view.php
@@ -27,11 +27,7 @@
= $product->hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?> |
- = __('Id') ?> |
- = $this->Number->format($product->id) ?> |
-
-
- = __('Product Type Id') ?> |
+ = __('Product Type') ?> |
= $product->product_type_id->name ?> |
|