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

DEVDOCS-6175: [update] update order of operations #721

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/store-operations/pricing/calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ The table below lists each price type available on a product. The table is read
| Product sale price | A product option that overrides the default price |
| Variant price | A product option that overrides the product sale price |
| Variant sale price | A product option that overrides the variant price |
| Customer group discount | Available in fixed ($5), relative (-$2), or percentage (-25%) amount that overrides the variant sale price. Might apply to one product, category, subcategory, or the entire store's products. |
| Product bulk pricing | Available in fixed ($5), relative (-$2), or percentage (-25%) amount that overrides the customer group discount. Dependent on the total quantity of products, including SKUs added to the cart. |
| Price list variants | A price list record requirement that overrides all previous pricing and excludes SKUs from the total number of items for product bulk pricing.
| Price list variant sale price | A product option that overrides price list pricing if variant pricing is set and selected. |
| Price list variant bulk pricing | Available in fixed ($5), relative (-$2), or percentage (-25%) amount that overrides price list sale price on variants. It is dependent on the quantity added to a cart. |
| Price list variant product pick list | The product pick list overrides price list bulk pricing and allows you to change the price when a pick list item is selected. |
| Product option set (**Deprecated**)| A set of product option facets that may alter the variant price. (This feature is deprecated.) |
| Product modifier | Available in fixed ($5) or percentage (%10) amount that is added or removed from the total product price and overrides the price list variant product pick list. A modifier includes choices such as adding $5 for insurance. |
| Customer group discount | Available in fixed ($5), relative (-$2), or percentage (-25%) amount that overrides the variant sale price. Might apply to one product, category, subcategory, or the entire store's products. |
| Product bulk pricing | Available in fixed ($5), relative (-$2), or percentage (-25%) amount that overrides the customer group discount. Dependent on the total quantity of products, including SKUs added to the cart. |
| Product product pick list | If you configure the product pick list to change the price, it will update the price and override the product modifier when the option is selected. |
Discounts | When a shopper meets certain criteria or takes certain actions to automatically modify the final product or cart price depending on the discount type. |
| Coupons | Coupons require customer action to take effect and modify the final product or cart price depending on the coupon type. |
Expand Down
Loading