Improvement
May 8, 2025
Bundle products now support hiding the “from price” when the bundle has a fixed configuration and no components are user-defined. In these cases, the user interface shows only the final fixed price of the bundle, making the value proposition clearer — especially in pricing models where additional items or promotional products are included.
This feature is ideal for situations where the bundle is sold at a fixed total price without needing to show prices or options for individual components.
Technical note for partners:
When a bundle has a fixed price, the backend passes the value price.bundleFixed: true to the frontend. This flag can be used to control how the price is displayed in the frontend logic.