remove cart from product details

merge-update-with-lab-changes
Elham Rababh 5 years ago
parent cc88f0f81e
commit 9b42d411ca

@ -93,12 +93,10 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
if (customerId != null) { if (customerId != null) {
itemID = widget.product.id; itemID = widget.product.id;
checkWishlist(); checkWishlist();
// getSpecificationData(itemID);
} }
print("customerId:$customerId"); print("customerId:$customerId");
setState(() {}); setState(() {});
// getSpecificationData(itemID);
} }
Widget build(BuildContext context) { Widget build(BuildContext context) {
@ -943,6 +941,8 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
isShowAppBar: true, isShowAppBar: true,
isPharmacy: true, isPharmacy: true,
isShowDecPage: false, isShowDecPage: false,
showPharmacyCart: false,
showHomeAppBarIcon: false,
body: SingleChildScrollView( body: SingleChildScrollView(
child: Column( child: Column(
children: [ children: [

Loading…
Cancel
Save