The Product and PriceTier objects have an internal name field which is string-matched in some places to determine the type of ticket (particularly adult vs child admission tickets). When creating products, you have to know the inner workings of the code in order to correctly name them.
We should remove this field, and add explicit fields to the Product for these attributes.
(ref #643)
The Product and PriceTier objects have an internal
namefield which is string-matched in some places to determine the type of ticket (particularly adult vs child admission tickets). When creating products, you have to know the inner workings of the code in order to correctly name them.We should remove this field, and add explicit fields to the Product for these attributes.
(ref #643)