You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: