-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[Docu] Quantity Price Rules #1716
Conversation
Specific Prices are basically the same as Product Price Rules, but are configured directly on the | ||
product and therefore are only applied on that product. | ||
|
||
It is recommended to have at least one specific price, which is always applicable. For example a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is not, why should it?
|
||
Quantity price rules are only applied to the price in context of a cart. In other cases the | ||
price calculator ignores them. So it is recommended to not have quantity price rules alone, | ||
but to have at least a default specific price (or a store values entry). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't recommend things here.
@@ -19,6 +19,8 @@ CoreShop Price Calculation consists of 3 different prices: | |||
- **Discount**: Discount from promotions | |||
- **Price**: Retail Price or Discount Price (if available) minus discount rules | |||
|
|||
To get a non-zero price, the calculation needs at least a matching specific price rule, or a store value to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove. the default is ALWAYS to have a store-value. price
Updated, please check changes. |
push @dpfaffenbauer Still interested in this part of documentation? |
@lukadschaak yes, sorry, I am on holiday right now and had lots todo before I left. Will review this when I am back. |
Ohh holiday is nice! Keep on refreshing!! :) |
thanks a lot |
Documenting the usage of quantity price rules.
With help by @Theux94