AiutaTryOnCartFeature
class AiutaTryOnCartFeature(val outfit: AiutaTryOnCartOutfitFeature?, val strings: AiutaTryOnCartFeatureStrings, val handler: AiutaTryOnCartFeatureHandler) : AiutaFeature
Configuration for the shopping cart integration in the try-on feature.
This feature manages the integration between the try-on experience and the shopping cart functionality, handling product selection and purchase flow.
Required components:
Optional components:
outfit: Outfit cart integration configuration
Constructors
Link copied to clipboard
constructor(outfit: AiutaTryOnCartOutfitFeature?, strings: AiutaTryOnCartFeatureStrings, handler: AiutaTryOnCartFeatureHandler)
Types
Link copied to clipboard
Builder for creating AiutaTryOnCartFeature instances.