-
-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c0c4eee
add hint for default prices
lukadschaak b99db37
add quantity price rules for development docu
lukadschaak 0a0e0d9
add quantity price rules for user documentation
lukadschaak c8ad31e
fix misleading anchor
lukadschaak 9a908c1
remove recommendations
lukadschaak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add quantity price rules for user documentation
- Loading branch information
commit 0a0e0d94770111fbdb9371df553c23026c6980d0
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docs/02_User_Documentation/03_Price_Rules/03_Specific_Price_Rules.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# CoreShop Specific Price Rules | ||
|
||
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 | ||
rule with no conditions. | ||
|
||
![Specific Price Rules](img/specific-price-rules.png) | ||
|
||
## Available Actions | ||
|
||
- [Price](./06_Actions.md#new-price) | ||
- [Discount Price](./06_Actions.md#discount-price) | ||
- [Discount Amount](./06_Actions.md#discount-amount) | ||
- [Discount Percent](./06_Actions.md#discount-percent) | ||
|
||
## Available Conditions | ||
|
||
- [Customers](./07_Conditions.md#customers) | ||
- [Customer Groups](./07_Conditions.md#customer-groups) | ||
- [Time Span](./07_Conditions.md#time-span) | ||
- [Countries](./07_Conditions.md#countries) | ||
- [Zones](./07_Conditions.md#zones) | ||
- [Stores](./07_Conditions.md#stores) | ||
- [Currencies](./07_Conditions.md#currencies) | ||
- [Nested Rules](./07_Conditions.md#nested-rules) |
23 changes: 0 additions & 23 deletions
23
docs/02_User_Documentation/03_Price_Rules/03_Specific_Product_Prices.md
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
docs/02_User_Documentation/03_Price_Rules/04_Quantity_Price_Rules.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# CoreShop Quantity Price Rules | ||
|
||
Quantity Price Rules are configured directly on the product and therefore are only applied | ||
on that product. The settings are different to specific price rules. Calculation Behaviour | ||
means the property on which the amount is determined. This is volume per default. | ||
|
||
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 commentThe reason will be displayed to describe this comment to others. Learn more. Don't recommend things here. |
||
|
||
![Specific Price Rules](img/quantity-price-rules.png) | ||
|
||
## Available Conditions | ||
|
||
- [Customers](./07_Conditions.md#customers) | ||
- [Customer Groups](./07_Conditions.md#customer-groups) | ||
- [Time Span](./07_Conditions.md#time-span) | ||
- [Countries](./07_Conditions.md#countries) | ||
- [Zones](./07_Conditions.md#zones) | ||
- [Stores](./07_Conditions.md#stores) | ||
- [Currencies](./07_Conditions.md#currencies) | ||
- [Nested Rules](./07_Conditions.md#nested-rules) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-58.1 KB
docs/02_User_Documentation/03_Price_Rules/img/product-specific-prices.png
Binary file not shown.
Binary file added
BIN
+75.4 KB
docs/02_User_Documentation/03_Price_Rules/img/quantity-price-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+58.8 KB
docs/02_User_Documentation/03_Price_Rules/img/specific-price-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?