Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add description of prices #13217

Merged
merged 1 commit into from
Oct 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/book/products/pricing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Pricing is a part of Sylius responsible for providing the product prices per cha

All prices in Sylius are saved in the **base currency** of each channel separately.

Price and Original Price
------------------------

Price - this is the current price of the product variant displayed in the catalog. It can be modified explicitly by i.e. catalog promotions.
Original price - this is the price of the product variant it is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not definded, Catalog Promotion logic will copy value from Price to Original Price.

Currency per Channel
--------------------

Expand Down