diff --git a/templates/ProductCategories/select.php b/templates/ProductCategories/select.php index 4b02952..7caf27c 100644 --- a/templates/ProductCategories/select.php +++ b/templates/ProductCategories/select.php @@ -7,7 +7,7 @@ $this->setLayout('ajax'); ?> - + $productCategoryName): ?> \ No newline at end of file diff --git a/templates/ProductCategoryAttributes/form.php b/templates/ProductCategoryAttributes/form.php new file mode 100644 index 0000000..fbe2921 --- /dev/null +++ b/templates/ProductCategoryAttributes/form.php @@ -0,0 +1,63 @@ + +
= __('Name') ?> | += h($productCategoryAttribute->name) ?> | +
---|---|
= __('Product Category') ?> | += $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?> | +
= __('Enabled') ?> | += $productCategoryAttribute->enabled ? __('Yes') : __('No'); ?> | +