-
Notifications
You must be signed in to change notification settings - Fork 848
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
Customers want 10% on all Products in stock #1080
Comments
[Marketing Module] [Storefront]
|
Added new condition for promotions based on inventory count for all product |
Promotion condition with InStockQuantity parameter was improved. Now we can create promotion with different discounts depend on quantity of inventory in stock. In catalog we set different in stock count of inventory in some products As the result we can see different discounts for products For correct work of promotion with InStockQuantity condition don't forget to set Fulfullment center for store This functionality uses modules with versions:
Commit link: VirtoCommerce/vc-storefront@cac565a @artem-dudarev @OlegoO @asvishnyakov could you make code review for this commit please. |
In last commits the process of receiving inventory for cart items was refactored to get data from the one method with cache. The obtained data are used in at least two cases:
VirtoCommerce/vc-storefront@d22ecb5 |
@alex765022 was assigned for code review |
Reviewed. |
Customers want 10% on all Products in stock
Expected behavior
Create a new promotion based on inventory 10% on all Products in stock (Inventory.Quantity > 0)
The text was updated successfully, but these errors were encountered: