Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effot via GitHub Sponsors:
Is your feature request related to a problem?
Please describe.
A way of being able to expose to the drilldown view, the value entered for a product type property associated to a given product. This would allow displaying the value of a product type property for a given product into a customized view of the core drilldown view model. Currently it's not possible to expose as it's not pullable from the SingleProductJsonModel.
Describe the solution you'd like
Being able to show the value of a product type property that's been set to the respective product. A way of retrieving that from the SingleProductJsonModel.
Describe alternatives you've considered
I was able to retrieve via PropertyFacetItem the associated product type properties but not values bound to the product. It appears the current implementation in knockout is only used to allow the filtration mechanisms to function but there is no way to retrieve the values whether they be : Text, Multiple Choice, Currency or Date for a given product in the SingleProductJsonModel object.
Additional context
None
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effot via GitHub Sponsors:
Is your feature request related to a problem?
Please describe.
A way of being able to expose to the drilldown view, the value entered for a product type property associated to a given product. This would allow displaying the value of a product type property for a given product into a customized view of the core drilldown view model. Currently it's not possible to expose as it's not pullable from the SingleProductJsonModel.
Describe the solution you'd like
Being able to show the value of a product type property that's been set to the respective product. A way of retrieving that from the SingleProductJsonModel.
Describe alternatives you've considered
I was able to retrieve via PropertyFacetItem the associated product type properties but not values bound to the product. It appears the current implementation in knockout is only used to allow the filtration mechanisms to function but there is no way to retrieve the values whether they be : Text, Multiple Choice, Currency or Date for a given product in the SingleProductJsonModel object.
Additional context
None