Return Assistant Features
Return reasons
Please make sure to contact Gini customer support to enable this feature in our platform.
The return reasons feature asks users to select from a predefined list why they decided to return an item. The list is presented to the user when they deselect an item.
This feature is disabled by default by setting this enableReturnReasons
property to false
in GiniBankConfiguration
.
To enable it, set GiniBankConfiguration.shared.enableReturnReasons
to true
when you configure the Gini Bank SDK before launch.
let configuration = GiniBankConfiguration.shared
configuration.enableReturnReasons = true
Find out how to customize this feature here.
Â
Â