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
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:
None, please continute to work for me for free :P
Absolutely, I get value out of this!
Maybe later
I'm already a sponsor... Woot!
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
The text was updated successfully, but these errors were encountered:
alex-pommier
changed the title
Expose product type properties linked to a product in the SingleProductJsonModel
Expose product type properties values of a product in the SingleProductJsonModel or other way to retrieve them.
Dec 13, 2024
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
The text was updated successfully, but these errors were encountered: