Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

yuamob

New member
Apr 21, 2021
4
0
1
i am using active ecommerce flutter app v 1.2 and apk made suscessfully but when going to add products in cart it shows nothing .
when i run it using android studio it shows above error . in cart_response.dart
here is part of code.
on line 3 it shows
E/flutter (12807): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: type 'int' is not a subtype of type 'String'.
E/flutter (12807): #0 new CartItem.fromJson (package:active_ecommerce_flutter/data_model/cart_response.dart:70:51)
code is here:::

factory CartItem.fromJson(Map<String, dynamic> json) => CartItem(
id: json["id"] == null ? null : json["id"],
owner_id: json["owner_id"] == null ? null : json["owner_id"],
user_id: json["user_id"] == null ? null : json["user_id"],
product_id: json["product_id"] == null ? null : json["product_id"],
product_name: json["product_name"] == null ? null : json["product_name"],
product_thumbnail_image: json["product_thumbnail_image"] == null ? null : json["product_thumbnail_image"],
variation: json["variation"] == null ? null : json["variation"],
price: json["price"] == null ? null : json["price"].toDouble(),
currency_symbol: json["currency_symbol"] == null ? null : json["currency_symbol"],
tax: json["tax"] == null ? null : json["tax"].toDouble(),
shipping_cost: json["shipping_cost"] == null ? null : json["shipping_cost"].toDouble(),
quantity: json["quantity"] == null ? null : json["quantity"],
lower_limit: json["lower_limit"] == null ? null : json["lower_limit"],
upper_limit: json["upper_limit"] == null ? null : json["upper_limit"],
);



The android app code here which you are using to develop the app
 
Last edited:

seintitus

New member
Sep 5, 2020
9
-2
1
hi i made app but not showing the items in cart
and android studio throws error
E/flutter (12807): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: type 'int' is not a subtype of type 'String'
E/flutter (12807): #0 new CartItem.fromJson (package:active_ecommerce_flutter/data_model/cart_response.dart:70:51)
i am using active 1.2 v app
.plz help me to get out of error i will share latest active ecommerce 4.6 version
with no server 500 error

thanks in advance
Kindly would you mind sharing version 4.6?
 

Davime

New member
Mar 23, 2021
3
1
3
Hello I'm having problems with Stripe payments, it doesn't process payment but shows only a white tab saying processing for hours
 

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

heuheline

New member
Aug 21, 2020
14
1
3
Hello, i can't install ecommerce active cms online stuck on purchase code request. Someone could help?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu