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: [