FE Presta Admin 应用 - 简易管理商店管理员
未修改 

FE Presta Admin 应用 - 简易管理商店管理员 1.1.8 untouched

没有下载权限
已加入
2021/09/11
消息
7,662
回应得分
1,248
Credits
$6,780
TheFE Presta Admin App - Easy to Manage Store Admin已提交,现在可免费下载。感谢贡献成员的大爱。 @chavez
FE Presta Admin App 是一款快速销售且广泛接受的模块,它帮助管理员使用移动设备管理他们的商店运营。它可以管理目录、客户、空购物车,并在您的手机上即时或及时地接收订单通知。

它将允许您使用移动设备在任何时间、任何地点管理 Prestashop 商店。
它承诺提供 Prestashop 店铺与移动设备之间的安全连接。
它将允许您添加、更新、查看产品、订单、类别等。
Read more about this resource...
 
that is return site data from your purchase order at back end
2025-08-22_030659.webp

and if this order id was empty or wrong .app will return
代码:
{"isOperationSuccess": false,
                "Message": "Store name not get please save settings from module.",
                "Data": {"siteurl": "null",
                "storename": "null"}

if we are try to add default content to here .return infomation except message notice like
代码:
{
  "isOperationSuccess": true,
  "Message": "Welcome to Flexeasy mobi admin app",
  "Data": {
    "siteurl": "http://test.nullpro.net/",
    "image_text": "Maximum upload image size 8 megabytes",
    "ordernumber": "000000",
    "module_version": "1.1.6",
    "supported_android_app_version": "2.8.9",
    "supported_ios_app_version": "2.8.7",
    "force_update": false,
    "appcode": "123123123",
    "verify": "1",
    "legalcode": "0000000000",
    "storename": "My Store",
    "theme": "",
    "appkey": "VSZ66NPMHNV01M1P6LTODXTRKI4KMYE9",
    "report_limit": 30,
    "logo_image": "null",
    "currency": "$",
    "is_rated": "false",
    "currency_list": [
      {
        "label": "US Dollar",
        "iso_code": "USD",
        "value": 1,
        "sign": "$",
        "selected": "true"
      }
    ],
    "languages": [],
    "error_message": [
      {
        "key": "error_not_verify",
        "value": "Your app is not verified yet"
      },
      {
        "key": "error_url_notmatch",
        "value": "Url is not matched"
      },
      {
        "key": "error_orderid_notmatch",
        "value": "order id is not valid"
      },
      {
        "key": "error_date_notmatch",
        "value": "Date is less then require date"
      }
    ],
    "notification_settings": {
      "noti_interval_list": [
        {
          "title": "0",
          "value": "0"
        },
        {
          "title": "5",
          "value": "5"
        },
        {
          "title": "10",
          "value": "10"
        },
        {
          "title": "15",
          "value": "15"
        },
        {
          "title": "20",
          "value": "20"
        },
        {
          "title": "25",
          "value": "25"
        },
        {
          "title": "30",
          "value": "30"
        },
        {
          "title": "35",
          "value": "35"
        },
        {
          "title": "40",
          "value": "40"
        },
        {
          "title": "45",
          "value": "45"
        },
        {
          "title": "50",
          "value": "50"
        },
        {
          "title": "55",
          "value": "55"
        },
        {
          "title": "60",
          "value": "60"
        }
      ],
      "notification_interval": "",
      "is_customer_noti_on": "true",
      "customer_noti_title": "hoME tEST - New customer registered",
      "customer_noti_message": "Update : {totalcust} Customer registered.",
      "is_order_noti_on": "true",
      "order_noti_title": "hoME tEST - You have {total} new orders",
      "order_noti_message": "Update : Sum of {totalpaid} order received.",
      "order_status": [
        "11",
        "2"
      ],
      "update_order_noti_title": "hoME tEST - Order status change",
      "update_order_noti_message": "#{order} : Reference {ref} order status change to {status} and order amount is {orderamount}."
    },
    "category_cover_size": "Recommended size 141px x 180px",
    "category_small_size": "Recommended size 98px x 98px",
    "category_thumbnail_size": "Recommended size 98px x 98px",
    "product_image_size": "Recommended size 800px x 800px JPG, GIF or PNG format",
    "image_dimension": [
      {
        "product_image_width": "458",
        "product_image_height": "458",
        "category_cover_image_width": "870",
        "category_cover_image_height": "217",
        "category_thumb_image_width": "125",
        "category_thumb_image_height": "125",
        "menu_thumb_image_width": "125",
        "menu_thumb_image_height": "125",
        "last_update_date": ""
      }
    ],
    "gender": [
      {
        "gender_id": 1,
        "title": "Mr."
      },
      {
        "gender_id": 2,
        "title": "Mrs."
      }
    ],
    "customer_group": [
      {
        "group_id": 1,
        "name": "Visitor"
      },
      {
        "group_id": 2,
        "name": "Guest"
      },
      {
        "group_id": 3,
        "name": "Customer"
      }
    ],
    "order_status": [
      {
        "id_order_state": 10,
        "name": "Awaiting bank wire payment"
      },
      {
        "id_order_state": 13,
        "name": "Awaiting Cash On Delivery validation"
      },
      {
        "id_order_state": 1,
        "name": "Awaiting check payment"
      },
      {
        "id_order_state": 6,
        "name": "Canceled"
      },
      {
        "id_order_state": 5,
        "name": "Delivered"
      },
      {
        "id_order_state": 12,
        "name": "On backorder (not paid)"
      },
      {
        "id_order_state": 9,
        "name": "On backorder (paid)"
      },
      {
        "id_order_state": 2,
        "name": "Payment accepted"
      },
      {
        "id_order_state": 8,
        "name": "Payment error"
      },
      {
        "id_order_state": 3,
        "name": "Processing in progress"
      },
      {
        "id_order_state": 7,
        "name": "Refunded"
      },
      {
        "id_order_state": 11,
        "name": "Remote payment accepted"
      },
      {
        "id_order_state": 4,
        "name": "Shipped"
      }
    ],
    "order_country": [
      {
        "id_country": 21,
        "name": "United States"
      }
    ]
  }
}

some config data was created by your website with together purchase order iD
 
上次编辑:
顶部