Product Variation in Commerce Core allows automatic variation of titles based on product titles and attributes.
We are doing a similar approach in the Variation Bundle implementation but with referenced product variation titles.
Example:
PV1 - My Title First
PV2 - My Title Second
Additional bundle items can have the option to autogenerate titles from PV title and quantity.
Creating bundle items of PV1 and PV2, each with quantity 1 generates:
Bundle Item 1 = 1x My Title First
Bundle Item 2 = 1x My Title Second
We get the Variation Bundle title as 1x My Title First / 1x My Title Second.
The problem arises with bundles with several items; we can break the limit of 255 characters.
Fallback to default Product variation logic, or use just product name
Fixed
1.0
Code