Skip to content

Commit

Permalink
Merge branch 'master' into hakathon/feature/cc-34976-discount-improve…
Browse files Browse the repository at this point in the history
…ments-product-offer-reference
  • Loading branch information
andriitserkovnyi authored Dec 23, 2024
2 parents 53d8af2 + 865cc9b commit da0d752
Show file tree
Hide file tree
Showing 231 changed files with 701 additions and 313 deletions.
4 changes: 2 additions & 2 deletions _data/sidebars/pbc_all_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,8 @@ entries:

- title: Add fields to Back Office forms
url: /docs/pbc/all/dynamic-multistore/base-shop/add-fields-to-back-office-forms.html
- title: Enable / Disable Dynamic Multistore
url: /docs/pbc/all/dynamic-multistore/base-shop/enable-dynamic-multistore.html
- title: Delete stores
url: /docs/pbc/all/dynamic-multistore/base-shop/delete-stores.html
- title: Import stores
Expand Down Expand Up @@ -2612,8 +2614,6 @@ entries:
url: /docs/pbc/all/payment-service-provider/base-shop/third-party-integrations/stripe/disconnect-stripe.html
- title: Project guidelines
url: /docs/pbc/all/payment-service-provider/base-shop/third-party-integrations/stripe/project-guidelines-for-stripe/project-guidelines-for-stripe.html
include_versions:
- "202410.0"
nested:
- title: Embed the Stripe payment page as an iframe
url: /docs/pbc/all/payment-service-provider/base-shop/third-party-integrations/stripe/project-guidelines-for-stripe/embed-the-stripe-payment-page-as-an-iframe.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,14 @@ class ShopApplicationDependencyProvider extends SprykerShopApplicationDependency
}
```

## Launch and set up environment

## Launch and set up environment locally

{% info_block warningBox "" %}

To enable Dynamic Multistore in a production environment, see [Enable Dynamic Multistore](/docs/pbc/all/dynamic-multistore/202410.0/base-shop/enable-dynamic-multistore.html).

{% endinfo_block %}

Rebuild the application with assets and activate new endpoints:

Expand Down
2 changes: 1 addition & 1 deletion docs/about/all/releases/release-notes-202410.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Spryker projects running the Stripe ACP app can now send custom metadata to Stri

### Documentation

[Sending additional data to Stripe](/docs/pbc/all/payment-service-provider/202410.0/base-shop/third-party-integrations/stripe/project-guidelines-for-stripe/project-guidelines-for-stripe.html#sending-additional-data-to-stripe)
[Sending additional data to Stripe](/docs/pbc/all/payment-service-provider/202410.0/base-shop/third-party-integrations/stripe/project-guidelines-for-stripe/sending-additional-data-to-stripe)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ On the **Merchant Profile** page, customers can find the following merchant-spec

Customers can access only the profile pages of [active](/docs/pbc/all/merchant-management/{{site.version}}/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html#active-merchants) merchants.

For an example, see the [Spryker merchant profile](https://www.de.b2c-marketplace.demo-spryker.com/en/merchant/spryker) in our Marketplace Demo Shop.
For an example, see the [Spryker merchant profile](https://www.b2c-marketplace-eu.demo-spryker.com/en/merchant/spryker) in our Marketplace Demo Shop.

## Read next

Expand Down
5 changes: 5 additions & 0 deletions docs/ca/dev/multi-store-setups/multistore-setup-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ The following table provides details on infrastructure for this setup:
</div>

### Setup 2: Isolated virtual database

{% info_block warningBox "" %}
If Dynamic Multistore is enabled, separate databases can be used only per region, not per store.
{% endinfo_block %}

![setup-2](https://spryker.s3.eu-central-1.amazonaws.com/docs/cloud/spryker-cloud-commerce-os/multi-store-setups/setup-2.png)

This setup has the following characteristics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2B Demo Shop](/docs/about/all/b2b-suite.html#b2b-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2b.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.
You can see the [full version of this page](https://www.b2b-eu.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.

![B2B-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2B+Product+Details+page/b2b-1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2C Demo Shop](/docs/about/all/b2c-suite.html#b2c-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2c.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.
You can see the [full version of this page](https://www.b2c-eu.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.

![B2C-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2C+Product+Details+page/b2c-1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2B Demo Shop](/docs/about/all/b2b-suite.html#b2b-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2b.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.
You can see the [full version of this page](https://www.b2b-eu.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.

![B2B-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2B+Product+Details+page/b2b-1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2C Demo Shop](/docs/about/all/b2c-suite.html#b2c-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2c.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.
You can see the [full version of this page](https://www.b2c-eu.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.

![B2C-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2C+Product+Details+page/b2c-1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2B Demo Shop](/docs/about/all/b2b-suite.html#b2b-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2b.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.
You can see the [full version of this page](https://www.b2b-eu.demo-spryker.com/en/soennecken-permanentmarker-4mm-rundspitze-M22663) in our B2B Demo Shop.

![B2B-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2B+Product+Details+page/b2b-1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:

In Spryker, front-end elements have dedicated SCSS styles. To show you how to customize the Spryker front end, we broke down the *Product Details* page from our [B2C Demo Shop](/docs/about/all/b2c-suite.html#b2c-demo-shop) into separate elements with their respective style files. To customize a particular element, you adjust the code in the respective style file.

You can see the [full version of this page](https://www.de.b2c.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.
You can see the [full version of this page](https://www.b2c-eu.demo-spryker.com/en/acer-aspire-s7-134) in our B2C Demo Shop.

![B2C-1](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Development+Guide/Front-End/Yves/Atomic+Frontend/%D0%A1ustomization+example+-+B2C+Product+Details+page/b2c-1.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configure debugging
description: Learn how to configure debugging in Docker.
description: Learn how you can configure debugging in Docker for your Local environment Spryker based projects.
last_updated: Jun 16, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/configuring-debugging-in-docker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Set up XDebug profiling
description: Learn how to setup XDebug profiling in a local development environment.
description: Learn how to setup XDebug profiling in a local development environment for your Spryker based projects.
template: howto-guide-templatel
redirect_from:
- /docs/scos/dev/tutorials-and-howtos/howtos/howto-setup-xdebug-profiling.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configure Spryker after installing
description: Instructions for Configure Spryker after installing it with Docker
description: Learn with these instructions to Configure Spryker Local environments after installing it with Docker
last_updated: Jun 16, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/post-installation-steps-and-additional-info
Expand All @@ -15,7 +15,7 @@ redirect_from:
- /docs/scos/dev/set-up-spryker-locally/installing-spryker-with-development-virtual-machine/configuring-spryker-with-devvm/updating-node.js-in-devvm-to-the-latest-version.html
related:
- title: Set up a self-signed SSL certificate
link: docs/scos/dev/set-up-spryker-locally/configure-after-installing/set-up-a-self-signed-ssl-certificate.html
link: docs/dg/dev/set-up-spryker-locally/configure-after-installing/set-up-a-self-signed-ssl-certificate.html
---

This document describes how to configure Spryker after installing it.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Database access credentials
description: Database access credentials for MariaDB, MySQL, and PostgreSQL.
description: Learn how to find Database access credentials for MariaDB, MySQL, and PostgreSQL for your Local Spryker Environments.
last_updated: Jun 16, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/database-access-credentials
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install Docker prerequisites on Windows with WSL1
description: This page describes the steps that are to be performed before you can start working with Spryker in Docker on Windows.
description: This page describes the steps that are to be performed before you can start working with Spryker in Docker on Windows with WSL1.
template: howto-guide-template
last_updated: Jul 5, 2023
originalLink: https://documentation.spryker.com/v5/docs/docker-installation-prerequisites-windows
Expand All @@ -10,11 +10,11 @@ redirect_from:

related:
- title: Install Docker prerequisites on Linux
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-linux.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-linux.html
- title: Install Docker prerequisites on MacOS
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-macos.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-macos.html
- title: Install Docker prerequisites on Windows with WSL2
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-windows-with-wsl2.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-windows-with-wsl2.html
---

This document describes the prerequisites for installing Spryker on Windows.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install Docker prerequisites on Windows with WSL2
description: This page describes the steps that are to be performed before you can start working with Spryker in Docker on Windows.
description: This page describes the steps that are to be performed before you can start working with Spryker in Docker on Windows with WSL2.
last_updated: Oct 21, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/installing-docker-prerequisites-on-windows
Expand All @@ -11,11 +11,11 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/docker-installation-prerequisites/installing-docker-prerequisites-on-windows-with-wsl2.html
related:
- title: Install Docker prerequisites on Linux
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-linux.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-linux.html
- title: Install Docker prerequisites on MacOS
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-macos.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-macos.html
- title: Install Docker prerequisites on Windows with WSL1
link: docs/scos/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-windows-with-wsl1.html
link: docs/dg/dev/set-up-spryker-locally/install-spryker/install-docker-prerequisites/install-docker-prerequisites-on-windows-with-wsl1.html
---

This document describes the prerequisites for installing Spryker on Windows.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Installing Docker prerequisites
description: This section
description: Learn about the prerequisites needed for installing Spryker in docker on Linux, MacOS or Windows
last_updated: Mar 30, 2023
template: howto-guide-template
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Choose an installation mode
description: Choose an installation mode to install Spryker in.
description: Learn about choosing between the Development or Demo installation mode when setting up your Spryker Shop in a Local environment.
last_updated: Jun 16, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/choosing-an-installation-mode
Expand All @@ -11,7 +11,7 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/choosing-an-installation-mode.html
related:
- title: Database access credentials
link: docs/scos/dev/set-up-spryker-locally/set-up-spryker-locally.html
link: docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install in Demo mode on MacOS and Linux
description: Learn how to install Spryker in Demo mode on MacOS and Linux.
description: Learn how you can install Spryker in Demo mode on MacOS and Linux in a local environment.
last_updated: Jul 5, 2022
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/installing-in-demo-mode-on-macos-and-linux
Expand All @@ -10,7 +10,7 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.html
related:
- title: Database access credentials
link: docs/scos/dev/set-up-spryker-locally/set-up-spryker-locally.html
link: docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html
---

{% info_block infoBox "" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install in Demo mode on Windows
description: Learn how to install Spryker in Demo mode on Windows.
description: Learn how you can install and configure Spryker in Demo mode on Windows in a local environment.
last_updated: Oct 21, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/installing-in-demo-mode-on-windows
Expand All @@ -10,7 +10,7 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.html
related:
- title: Database access credentials
link: docs/scos/dev/set-up-spryker-locally/set-up-spryker-locally.html
link: docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html
---

This doc describes how to install Spryker in [Demo Mode](/docs/dg/dev/set-up-spryker-locally/install-spryker/install/choose-an-installation-mode.html#demo-mode) on Windows.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install in Development mode on MacOS and Linux
description: Learn how to install Spryker in Development mode on MacOS and Linux.
description: Learn how to install and configure Spryker in Development mode on MacOS and Linux in a local environment.
last_updated: Oct 21, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/installing-in-development-mode-on-macos-and-linux
Expand All @@ -15,7 +15,7 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.html
related:
- title: Database access credentials
link: docs/scos/dev/set-up-spryker-locally/set-up-spryker-locally.html
link: docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html
---

{% info_block infoBox "Info" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install in Development mode on Windows
description: Learn how to install Spryker in Development mode on Windows.
description: Learn how to install and configure Spryker in Development mode on Windows in a local environment.
last_updated: Oct 21, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/installing-in-development-mode-on-windows
Expand All @@ -11,7 +11,7 @@ redirect_from:
- /docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.html
related:
- title: Database access credentials
link: docs/scos/dev/set-up-spryker-locally/set-up-spryker-locally.html
link: docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage dependencies with Composer
description: Spryker Cloud Commerce OS uses Composer as a dependency manager.
description: Spryker Cloud Commerce OS uses Composer as a dependency manager this guide helps you learn how to manage those dependencies with your Local Spryker Environement.
last_updated: Jun 16, 2021
template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/composer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Quickstart guide: Install Spryker on MacOS and Linux"
description: Get started with Spryker on MacOS and Linux
description: A quickstart guide to get you up and running installing Spryker in a local environment on MacOS and Linux.
last_updated: Feb 3, 2022
template: howto-guide-template
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Quickstart guide: Install Spryker on Windows"
description: Get started with Spryker using Docker on Windows
description: A quickstart guide to get you up and running installing Spryker in a local environment on Windows.
last_updated: Feb 03, 2023
template: howto-guide-template
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Quickstart guides: Install Spryker"
description: Quick install Spryker B2B, B2C, Marketplace B2B, Marketplace B2C
description: Get up and running quickly with these Quickstart guides on how to install Spryker B2B, B2C, Marketplace B2B, Marketplace B2C in a local environment.
last_updated: Feb 3, 2023
template: concept-topic-template
redirect_from:
Expand Down
Loading

0 comments on commit da0d752

Please sign in to comment.