Skip to content

Commit

Permalink
Merge pull request #2583 from spryker/ig-common-fixes
Browse files Browse the repository at this point in the history
Ig common fixes
  • Loading branch information
andriitserkovnyi committed Mar 26, 2024
2 parents 220b2f7 + d98759e commit fbc8167
Show file tree
Hide file tree
Showing 551 changed files with 1,737 additions and 1,737 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To start the feature integration, overview and install the necessary features:
| Spryker Core | {{page.version}} | [Install the Spryker Core Glue API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |
| Customer Account Management + Agent Assist | {{page.version}} | [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules


Run the following command to install the required modules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install the required features:
| Alternative Products | {{page.version}} | |
| Products | {{page.version}} | [Product API feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install the required features:

## 1) Install required modules using Composer

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/availability-notifications-rest-api --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To start feature integration, integrate the required features and Glue APIs:
| Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html) |


### 1) Install the required modules using Composer
### 1) Install the required modules

Install the required module:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install the required features:
| Product | {{page.version}} | [Product API feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) |
| Catalog + Price | {{page.version}} | |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install the required features:
| Category Management | {{page.version}} | |


## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Install the required features:
| Glue API: Payments | {{page.version}} | [Glue API: Payments feature integration](/docs/pbc/all/payment-service-provider/{{page.version}}/base-shop/install-and-upgrade/install-the-payments-glue-api.html) |
| Glue API: Shipment | {{page.version}} | [Install the Shipment Glue API](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) |

### 1) Install the required modules using Composer
### 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/checkout-rest-api:"3.5.0" spryker/order-payments-rest-api:"^1.0.0" spryker/sales-order-thresholds-rest-api:"^1.0.0" --update-with-dependencies
Expand Down Expand Up @@ -279,7 +279,7 @@ console transfer:generate

{% info_block warningBox "Verification" %}

Make sure that the following changes have been applied in transfer objects:
Make sure the following changes have been applied in transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
|------------------------------------------------------|----------|-------------|------------------------------------------------------------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Install the required features:
| Spryker Core | {{page.version}} | [Install the Spryker Core Glue API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |
| CMS | {{page.version}} | [Install the CMS feature](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-feature.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/cms-pages-rest-api spryker/content-product-abstract-lists-rest-api spryker/cms-pages-content-banners-resource-relationship --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ To start the feature integration, overview and install the necessary features:



## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/company-user-auth-rest-api:"^2.0.0" spryker/oauth-company-user:"^2.0.0" spryker/oauth-permission:"^1.2.0" spryker/companies-rest-api:"^1.1.0" spryker/company-business-units-rest-api:"^1.2.0" spryker/company-business-unit-addresses-rest-api:"^1.1.0" spryker/company-roles-rest-api:"^1.1.0" spryker/company-users-rest-api:"^2.2.0" --update-with-dependencies
Expand Down Expand Up @@ -169,7 +169,7 @@ console data:import glossary

{% info_block warningBox "Verification" %}

Make sure that in the database the configured data has been added to the `spy_glossary` table.
Make sure that, in the database, the configured data has been added to the `spy_glossary` table.

{% endinfo_block %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ To start the feature integration, overview and install the necessary features:
| Configurable Bundle | {{page.version}} | [Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/configurable-bundle-feature-integration.html) |
|Cart | {{page.version}} | [Install the Cart Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:
```bash
composer require spryker/configurable-bundle-carts-rest-api:"^0.1.0" --update-with-dependencies
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ To start the feature integration, overview and install the necessary features:
|Configurable Bundles |{{page.version}} | [Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/configurable-bundle-feature-integration.html)|
|Order Management |{{page.version}} |[Install the Order Management Glue API](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html)|

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/configurable-bundles-rest-api:"^1.0.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To start the feature integration, overview and install the necessary features:
| Configurable Bundle | {{page.version}} | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) |
| Product | {{page.version}} | [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/configurable-bundles-products-resource-relationship:"^1.0.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Install the required features:
| Product | {{page.version}} | [Products API feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) |
| Content Item | {{page.version}} | |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command(s) to install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/content-banners-rest-api:"^2.1.0" spryker/content-product-abstract-lists-rest-api:"^1.0.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To start the feature integration, overview and install the necessary features:
| Spryker Core | {{page.version}} | [Feature API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |
| Customer Access | {{page.version}} | [Feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-access-feature.html) |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Install the required features:
| Customer Account Management | {{page.version}} | [Install the Customer Account Management feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) |


## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require "spryker/customers-rest-api":"^1.13.0" "spryker/auth-rest-api":"^2.12.0" "spryker/oauth":"^1.6.0" "spryker/oauth-revoke":"^1.0.0" "spryker/oauth-customer-connector:"^1.4.0" --update-with-dependencies
Expand Down Expand Up @@ -225,7 +225,7 @@ console data:import glossary
{% info_block warningBox "Verification" %}
Make sure that in the database the configured data has been added to the `spy_glossary` table.
Make sure that, in the database, the configured data has been added to the `spy_glossary` table.
{% endinfo_block %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Install the required features:
|-|-|
| Development Tools | {{page.version}} |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:
```bash
composer require "spryker/documentation-generator-rest-api":"^1.12.1" --update-with-dependencies
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Install the required features:
|Inventory Management| {{page.version}} | |


## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:
```bash
composer require spryker/product-availabilities-rest-api:"^2.0.0" --update-with-dependencies
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Install the required features:
| Multiple Carts | {{page.version}} | Install the Multiple Carts feature |
| Cart | {{page.version}} | Cart feature integration |

## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command(s) to install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/multi-carts-rest-api:"^1.0.0" --update-with-dependencies
Expand All @@ -31,15 +31,15 @@ Make sure that the following modules have been installed:

## 2) Set up transfer objects

Run the following commands to generate transfer changes:
Generate transfer changes:

```bash
console transfer:generate
```

{% info_block warningBox “Verification” %}

Make sure that the following changes have been applied in transfer objects:
Make sure the following changes have been applied in transfer objects:
{% endinfo_block %}

| Transfer | Type | Event | Path |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ Install the required features:
| Spryker Core | {{page.version}} |
| Navigation | {{page.version}} |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command(s) to install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/navigations-rest-api:"^2.0.0" spryker/navigations-category-nodes-resource-relationship:"^1.0.0" --update-with-dependencies
```

{% info_block warningBox “Verification” %}

Make sure that the following modules were installed:
Make sure the following modules have been installed:

| MODULE | EXPECTED DIRECTORY |
| --- | --- |
Expand All @@ -38,15 +38,15 @@ Make sure that the following modules were installed:

### 2) Set up transfer objects

Run the following commands to generate transfer changes:
Generate transfer changes:

```bash
console transfer:generate
```

{% info_block warningBox “Verification” %}

Make sure that the following changes have been applied in transfer objects:
Make sure the following changes have been applied in transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
| --- | --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To start feature integration, overview and install the following features and Gl
| Glue API: Spryker Core | {{page.version}} | [Install the Spryker Core Glue API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |
| Order Management | {{page.version}} | [Install the Order Management feature](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/orders-rest-api:"^4.7.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To start the feature integration, overview and install the necessary features:
| Product Bundles |{{page.version}}| [Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-feature-integration.html)|
| Cart |{{page.version}}| [Install the Cart Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html)|

## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To start the feature integration, overview and install the necessary features:
| Product Bundles| {{page.version}}| [Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-feature-integration.html)|
| Order Management| {{page.version}}| [Install the Order Management Glue API](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html)|

## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ To start feature integration, integrate the required features and Glue APIs:
| Order Management API | {{page.version}} | [Install the Order Management Glue API](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html) |
| Product Configuration | {{page.version}} | [Product Configuration feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html) |

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer install spryker/product-configurations-rest-api:"^1.0.0" spryker/product-configurations-price-product-volumes-rest-api:"^1.0.0" spryker/product-configuration-wishlists-rest-api:"^1.0.0" spryker/product-configuration-shopping-lists-rest-api:"^1.0.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install the required features:
| Price | {{page.version}} | |


## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install the required features:
| Product Label | {{page.version}} | |


## 1) Install the required modules using Composer
## 1) Install the required modules

Run the following command to install the required modules:

Expand All @@ -32,7 +32,7 @@ Make sure that the following module is installed:

## 2) Set up transfer objects

Run the following commands to generate transfer changes:
Generate transfer changes:

```bash
console transfer:generate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ To start feature integration, overview, and install the necessary features:
| Product Options | {{page.version}} | Feature |
| Spryker Core | {{page.version}} | [Feature API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command(s) to install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/product-options-rest-api"^1.0.0" --update-with-dependencies
```

{% info_block warningBox "Verification" %}

Make sure that the following modules were installed:
Make sure the following modules have been installed:

| MODULE | EXPECTED DIRECTORY |
| --- | --- |
Expand All @@ -39,7 +39,7 @@ console transfer:generate

{% info_block warningBox "Verification" %}

Make sure that the following changes have been applied in transfer objects:
Make sure the following changes have been applied in transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
| --- | --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To start feature integration, overview, and install the necessary features:
| Product | {{page.version}} | [Glue API: Products feature integration - ongoing](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) |
| Price | {{page.version}} | [Prices feature integration - ongoing](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-prices-feature.html)|

## 1) Install the required modules using Composer
## 1) Install the required modules

Install the required modules:
Install the required modules using Composer:

```bash
composer require spryker/product-prices-rest-api:"^1.1.0" spryker/products-product-prices-resource-relationship:"^1.0.0" spryker/price-product-volumes-rest-api:"^1.0.0" --update-with-dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install the required features:
| Spryker Core | {{page.version}} | [Feature API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) |
| Product Rating & Reviews | {{page.version}} | |

### 1) Install the required modules using Composer
### 1) Install the required modules

Run the following command to install the required modules:

Expand Down
Loading

0 comments on commit fbc8167

Please sign in to comment.