From 9b42d411ca5ed784245c425e7e980eb10520314c Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Mon, 4 Oct 2021 09:47:48 +0300 Subject: [PATCH] remove cart from product details --- lib/pages/pharmacies/product_detail.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/pharmacies/product_detail.dart b/lib/pages/pharmacies/product_detail.dart index 28afa2f4..06cae695 100644 --- a/lib/pages/pharmacies/product_detail.dart +++ b/lib/pages/pharmacies/product_detail.dart @@ -93,12 +93,10 @@ class __ProductDetailPageState extends State { if (customerId != null) { itemID = widget.product.id; checkWishlist(); -// getSpecificationData(itemID); } print("customerId:$customerId"); setState(() {}); -// getSpecificationData(itemID); } Widget build(BuildContext context) { @@ -943,6 +941,8 @@ class __ProductDetailPageState extends State { isShowAppBar: true, isPharmacy: true, isShowDecPage: false, + showPharmacyCart: false, + showHomeAppBarIcon: false, body: SingleChildScrollView( child: Column( children: [