- = $productCategory->id; ?> |
= $productCategory->hasValue('product_catalog') ? $this->Html->link($productCategory->product_catalog->name, ['controller' => 'ProductCatalogs', 'action' => 'view', $productCategory->product_catalog->id]) : '' ?> |
= h($productCategory->name) ?> |
= $productCategory->hasValue('parent_product_category') ? $this->Html->link($productCategory->parent_product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategory->parent_product_category->id]) : '' ?> |
diff --git a/templates/ProductCategoryAttributes/index.php b/templates/ProductCategoryAttributes/index.php
index cf164c5..a7dd0f8 100644
--- a/templates/ProductCategoryAttributes/index.php
+++ b/templates/ProductCategoryAttributes/index.php
@@ -11,7 +11,6 @@
- = $this->Paginator->sort('id') ?> |
= $this->Paginator->sort('name') ?> |
= $this->Paginator->sort('product_category_id') ?> |
= $this->Paginator->sort('attribute_type_id') ?> |
@@ -22,7 +21,6 @@
- = $productCategoryAttribute->id ?> |
= h($productCategoryAttribute->name) ?> |
= $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?> |
= $productCategoryAttribute->attribute_type_id->name ?> |
diff --git a/templates/ProductCategoryAttributes/view.php b/templates/ProductCategoryAttributes/view.php
index 08d57ec..31b5742 100644
--- a/templates/ProductCategoryAttributes/view.php
+++ b/templates/ProductCategoryAttributes/view.php
@@ -42,7 +42,6 @@
= __('Id') ?> |
- = __('Product Category Attribute Id') ?> |
= __('Attribute Value') ?> |
= __('Attribute Label') ?> |
= __('Enabled') ?> |
@@ -51,7 +50,6 @@
product_category_attribute_options as $productCategoryAttributeOptions) : ?>
= h($productCategoryAttributeOptions->id) ?> |
- = h($productCategoryAttributeOptions->product_category_attribute_id) ?> |
= h($productCategoryAttributeOptions->attribute_value) ?> |
= h($productCategoryAttributeOptions->attribute_label) ?> |
= h($productCategoryAttributeOptions->enabled) ?> |
diff --git a/templates/Products/index.php b/templates/Products/index.php
index c4a0f52..c8d2d11 100644
--- a/templates/Products/index.php
+++ b/templates/Products/index.php
@@ -11,7 +11,6 @@
- = $this->Paginator->sort('id') ?> |
= $this->Paginator->sort('name') ?> |
= $this->Paginator->sort('product_category_id') ?> |
= $this->Paginator->sort('product_type_id') ?> |
@@ -21,7 +20,6 @@
- = $this->Number->format($product->id) ?> |
= h($product->name) ?> |
= $product->hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?> |
= $product->product_type_id->name ?> |