Feature module

The Bopis multishipment feature module includes all the presentation logic required to display the bopis feature. If you need to include this module, add it to your build.gradle:

implementation ("com.poqstudio:stores.bopismultishipment:$VERSION_NAME")

Architecture

Bopis multishipment does not have specific screens but it has these composables

  • DeliveryOptionGroup allows the user to pick a delivery option.
  • DeliveryOptionRadioButton is the composable to show a radio button with a delivery option.