Skip to content

Commit

Permalink
Merge pull request #2389 from spryker/redirects-fixes
Browse files Browse the repository at this point in the history
Redirect fixes
  • Loading branch information
lenadoc authored Jan 16, 2024
2 parents 2c3a0d6 + 1cc79dd commit 3c75d35
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirect_from:
- /docs/en/shipment-feature-integration
- /docs/scos/dev/feature-integration-guides/202311.0/shipment-feature-integration.html
- /docs/pbc/all/carrier-management/202311.0/unified-commerce/enhanced-click-and-collect/install-and-upgrade/install-the-shipment-feature.html
- /docs/scos/dev/feature-integration-guides/202001.0/shipment-feature-integration.html
related:
- title: Install the Shipment Glue API
link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ template: feature-integration-guide-template
redirect_from:
- /docs/marketplace/dev/feature-integration-guides/202311.0/marketplace-merchant-portal-core-feature-integration.html -
- /docs/pbc/all/merchant-management/202311.0/marketplace/install-and-upgrade/install-the-marketplace-merchant-portal-core-feature.html
- /docs/marketplace/dev/feature-integration-guides/202204.0/marketplace-merchant-portal-core-feature-integration.html
---

{% include pbc/all/install-features/202311.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202311.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ redirect_from:
- /docs/scos/user/features/202200.0/catalog-feature-overview.html
- /docs/scos/dev/feature-walkthroughs/202200.0/catalog-feature-walkthrough.html
- /docs/scos/dev/feature-walkthroughs/202311.0/catalog-feature-walkthrough.html
- /docs/scos/dev/feature-integration-guides/201903.0/cms-catalog-feature-integration.html
---

Catalogs are used to clearly build and organize your products to meet your and your customer's demands, primarily to make sure everyone can quickly find what they are looking for.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redirect_from:
- /docs/scos/dev/data-import/201907.0/data-import-categories/catalog-setup/categories/file-details-category.csv.html
- /docs/scos/dev/data-import/202311.0/data-import-categories/catalog-setup/categories/file-details-category.csv.html
- /docs/pbc/all/product-information-management/202311.0/base-shop/import-and-export-data/categories-data-import/file-details-category.csv.html
- /docs/scos/dev/data-import/202009.0/data-import-categories/catalog-setup/categories/file-details-category.csv.html
related:
- title: Execution order of data importers in Demo Shop
link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html
Expand All @@ -23,23 +24,23 @@ This document describes the `category.csv` file to configure [categories](/docs/

## Import file parameters

| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION |
| --- | --- | --- | --- | --- |
| category_key | &check; | String | Unique. This value can set as `parent_category_key` for the lines below, allowing multi-level relations | Category key identifier. |
| parent_category_key | &check; | String | Must have an existing value if the category is not the "root" category.| Parent category key identifier. |
| name.{ANY_LOCALE_NAME}*<br>Example value: *name.de_DE* | &check; | String | Unique. Name of categories in available locations. The set of these fields depends on available locations in some projects. | Category name in the specified location (DE for our example). |
| meta_title.{ANY_LOCALE_NAME}<br>Example value: *meta_title.de_DE* | | String | | Title in the specified location (DE for our example). |
| meta_description.{ANY_LOCALE_NAME}<br>Example value: *meta_description.de_DE* | | String | | Description in the specified location (DE for our example). |
| meta_keywords.{ANY_LOCALE_NAME}<br>Example value: *meta_keywords.de_DE* | | String | | Keywords in the specified location (DE for our example). |
| is_active | | Boolean | True (1), if it is active. False (0), if it is not active.| Indicates if the category is active or not. |
| is_in_menu | | Boolean |True (1), if it is in the menu. False (0), if it is not in the menu. | Indicates if the category is in the menu or not. |
| is_clickable | | Boolean |True (1), if it is clickable. False (0), if it is not clickable. | Indicates if the category is clickable or not. |
| is_searchable | | Boolean | True (1), if it is searchable. False (0), if it is not searchable.| Indicates if it is a searchable category in the menu or not. |
| is_root | | Boolean |True (1), if it is root. False (0), if it is not root. | Indicates if it is a root category or not. |
| is_main | | Boolean | True (1), if it is main. False (0), if it is not main.|Indicates if it is a main category or not. |
| node_order | | Integer | | Order of the category node. |
| template_name | | String | | Template name of the category. |
| category_image_name.{ANY_LOCALE_NAME} | | String | | Name of the image for the category in the locale. |
| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION |
| ----------------------------------------------------------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| category_key | &check; | String | Unique. This value can set as `parent_category_key` for the lines below, allowing multi-level relations | Category key identifier. |
| parent_category_key | &check; | String | Must have an existing value if the category is not the "root" category. | Parent category key identifier. |
| name.{ANY_LOCALE_NAME}*<br>Example value: *name.de_DE* | &check; | String | Unique. Name of categories in available locations. The set of these fields depends on available locations in some projects. | Category name in the specified location (DE for our example). |
| meta_title.{ANY_LOCALE_NAME}<br>Example value: *meta_title.de_DE* | | String | | Title in the specified location (DE for our example). |
| meta_description.{ANY_LOCALE_NAME}<br>Example value: *meta_description.de_DE* | | String | | Description in the specified location (DE for our example). |
| meta_keywords.{ANY_LOCALE_NAME}<br>Example value: *meta_keywords.de_DE* | | String | | Keywords in the specified location (DE for our example). |
| is_active | | Boolean | True (1), if it is active. False (0), if it is not active. | Indicates if the category is active or not. |
| is_in_menu | | Boolean | True (1), if it is in the menu. False (0), if it is not in the menu. | Indicates if the category is in the menu or not. |
| is_clickable | | Boolean | True (1), if it is clickable. False (0), if it is not clickable. | Indicates if the category is clickable or not. |
| is_searchable | | Boolean | True (1), if it is searchable. False (0), if it is not searchable. | Indicates if it is a searchable category in the menu or not. |
| is_root | | Boolean | True (1), if it is root. False (0), if it is not root. | Indicates if it is a root category or not. |
| is_main | | Boolean | True (1), if it is main. False (0), if it is not main. | Indicates if it is a main category or not. |
| node_order | | Integer | | Order of the category node. |
| template_name | | String | | Template name of the category. |
| category_image_name.{ANY_LOCALE_NAME} | | String | | Name of the image for the category in the locale. |

{% info_block infoBox "Info" %}

Expand All @@ -51,10 +52,10 @@ This document describes the `category.csv` file to configure [categories](/docs/

## Import template file and content example

| FILE | DESCRIPTION |
| --- | --- |
| [category.csv template](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Categories/category_template.csv) | Exemplary import file with headers only. |
| [category.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Categories/category.csv) | Exemplary import file with Demo Shop data. |
| FILE | DESCRIPTION |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [category.csv template](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Categories/category_template.csv) | Exemplary import file with headers only. |
| [category.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Categories/category.csv) | Exemplary import file with Demo Shop data. |


## Import command
Expand Down
Loading

0 comments on commit 3c75d35

Please sign in to comment.