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

Bundles should have their own prices and warehousing #567

Open
2 tasks
pozylon opened this issue Jun 19, 2023 · 0 comments
Open
2 tasks

Bundles should have their own prices and warehousing #567

pozylon opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pozylon
Copy link
Member

pozylon commented Jun 19, 2023

Currently, a bundle is only "virtual" and it does not even have a default price resolver, in fact, it cannot even be used in a cart yet without custom plugins, there is work to be done to enable it out-of-the box:

Support pricing for bundles (catalogPrice, simulatedPrice, ... ) in the API

  • catalogPrice is the sum of the catalogPrices x quantity for all the bundled items if the price is not set explicitly
  • simulatedPrice is behaving the same like for SimpleProducts and leverages the ProductPricingDirector that uses the catalogPrice as a start, a project could then overwrite the bundle's price by their own terms.
@pozylon pozylon added the enhancement New feature or request label Jun 19, 2023
@pozylon pozylon self-assigned this Jun 19, 2023
@pozylon pozylon removed their assignment Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant