AddToCartWithQuantityPickerView

AddToCartWithQuantityPickerView
AddToCartWithQuantityPickerView

This View allows your users to select the quantity before adding a product to the bag. This is commonly used as a "sticky add to bag" along with ProductInfoView with productInfoWithoutAddToCartView property.

Usage

You can use it in the layout:

<com.poqstudio.platform.view.formselection.addtocart.ui.PoqAddToCartWithQuantityPickerView
android:layout_width="match_parent"
android:layout_height="@dimen/height_add_to_cart_with_quantity_picker"
app:addToCartViewDTO="@{viewModel.addToCartViewDTO}" />