|
|
|
@ -340,6 +340,7 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
addToShoppingCartFunction({quantity,itemID,ProductDetailViewModel model})async{
|
|
|
|
addToShoppingCartFunction({quantity,itemID,ProductDetailViewModel model})async{
|
|
|
|
await model.addToCartData(quantity,itemID);
|
|
|
|
await model.addToCartData(quantity,itemID);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
addToWishlistFunction({itemID, ProductDetailViewModel model}) async {
|
|
|
|
addToWishlistFunction({itemID, ProductDetailViewModel model}) async {
|
|
|
|
|