From ad4c16bb9e7e96d1ea33d2e35b9983a68452505a Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Thu, 27 Mar 2025 23:05:06 -0700 Subject: [PATCH] template updates removing ids --- templates/ExternalProductCatalogs/index.php | 2 -- templates/ProductCatalogs/view.php | 8 ------- templates/ProductCategories/view.php | 22 -------------------- templates/ProductCategoryAttributes/view.php | 2 -- templates/Products/view.php | 6 +----- 5 files changed, 1 insertion(+), 39 deletions(-) diff --git a/templates/ExternalProductCatalogs/index.php b/templates/ExternalProductCatalogs/index.php index eca326b..105c0da 100644 --- a/templates/ExternalProductCatalogs/index.php +++ b/templates/ExternalProductCatalogs/index.php @@ -11,7 +11,6 @@ - @@ -24,7 +23,6 @@ - diff --git a/templates/ProductCatalogs/view.php b/templates/ProductCatalogs/view.php index d0b294c..76f62e7 100644 --- a/templates/ProductCatalogs/view.php +++ b/templates/ProductCatalogs/view.php @@ -26,10 +26,6 @@ - - - - @@ -41,8 +37,6 @@
Paginator->sort('id') ?> Paginator->sort('product_catalog_id') ?> Paginator->sort('base_url') ?> Paginator->sort('api_url') ?>
Number->format($externalProductCatalog->id) ?> hasValue('product_catalog') ? $this->Html->link($externalProductCatalog->product_catalog->name, ['controller' => 'ProductCatalogs', 'action' => 'view', $externalProductCatalog->product_catalog->id]) : '' ?> base_url) ?> api_url) ?> catalog_description) ?>
id; ?>
enabled ? __('Yes') : __('No'); ?>
- - @@ -51,8 +45,6 @@ product_categories as $productCategories) : ?> - - diff --git a/templates/ProductCategories/view.php b/templates/ProductCategories/view.php index 74d8984..7574586 100644 --- a/templates/ProductCategories/view.php +++ b/templates/ProductCategories/view.php @@ -30,18 +30,6 @@ - - - - - - - - - - - - @@ -59,25 +47,15 @@
id) ?>product_catalog_id) ?> name) ?> category_description) ?> parent_id) ?> hasValue('parent_product_category') ? $this->Html->link($productCategory->parent_product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategory->parent_product_category->id]) : '' ?>
id; ?>
Number->format($productCategory->lft) ?>
Number->format($productCategory->rght) ?>
enabled ? __('Yes') : __('No'); ?>
- - - - - child_product_categories as $childProductCategories) : ?> - - - - -
id) ?>product_catalog_id) ?> name) ?> category_description) ?>parent_id) ?>lft) ?>rght) ?> enabled) ?> 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 @@
- @@ -49,7 +48,6 @@ product_category_attribute_options as $productCategoryAttributeOptions) : ?> - 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 @@ - - - - - +
id) ?> attribute_value) ?> attribute_label) ?> enabled) ?>hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?>
Number->format($product->id) ?>
product_type_id->name ?>