From f3665e8c26c2683bfdcbb1b74d927a1d8b04fe8b Mon Sep 17 00:00:00 2001 From: Adam Kasperczak Date: Tue, 19 Oct 2021 08:38:48 +0200 Subject: [PATCH] [Docs] Add description of prices --- docs/book/products/pricing.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/book/products/pricing.rst b/docs/book/products/pricing.rst index 50f1c49c33c..97e60b545aa 100644 --- a/docs/book/products/pricing.rst +++ b/docs/book/products/pricing.rst @@ -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 --------------------