searchbarstatus

This commit is contained in:
2025-02-25 19:06:01 +05:30
parent 71d0991366
commit 299a96c2bf
10 changed files with 322 additions and 97 deletions

View File

@@ -116,8 +116,8 @@ class _MycartState extends State<Mycart> {
MyRoutes.PRODUCTDETAILS,
extra: {
"id": bestdealproduct.id,
"quantity": 0,
"price": "0",
"quantity": 1,
"price": bestdealproduct.discountPrice,
},
);
},