Product Variant Group Selection View
Last Updated - Platform 19.0.0 - SDK 14.0.0The ProductVariantGroupSelectionView
is an optional view presented in a PoqProductListingView
to show that there are other variants (colours, materials...) of this product available to switch between.
The PoqMoreOptionsView
(default) variation of this view:
- Presents a more colours badge and label to indicate there are other colours available.
- Can be customised via the
Localizable.strings
for different wording (e.g. 'More {forms}').
Container.shared.views.productVariantGroupSelectionView = { PoqMoreOptionsView() }
View Data Mapper
The ProductVariantGroupViewDataMapper
to map from ProductVariantGroup
(and available forms) to ProductVariantGroupViewData
. This may change in the future.
Container.shared.mappers.productVariantGroupViewDataMapper = { PoqProductVariantGroupViewDataMapper()}