fixed wishlist issue

merge-requests/535/head
Fatimah Alshammari 4 years ago
parent a2a6da1527
commit c87a391a23

@ -31,7 +31,8 @@ class _ProductCheckTypeWidgetState extends State<ProductCheckTypeWidget> {
? widget.model.wishListList[index].product.namen
: widget.model.wishListList[index].product.name,
productPrice: widget.model.wishListList[index].subtotal,
productRate: double.parse(widget.model.wishListList[index].subtotalVatRate),
// productRate: double.parse(widget.model.wishListList[index].subtotalVatRate),
productRate: widget.model.wishListList[index].product.approvedRatingSum.toDouble(),
approvedTotalReviews:widget.model.wishListList[index].product.approvedTotalReviews,
productImage: widget.model.wishListList[index].product.images[0].src,
productID: widget.model.wishListList[index].product.id,

Loading…
Cancel
Save