FE Presta Admin App - Easy to Manage Store Admin
Inalterado 

FE Presta Admin App - Easy to Manage Store Admin 1.1.8 untouched

Sem autorização para baixar
  • Criador do tópico Criador do tópico chavez
  • Data de início Data de início
Associado
11/09/2021
Mensagens
7.345
Pontuação de reações
1.230
Credits
$5.481
The FE Presta Admin App - Easy to Manage Store Admin has been submitted and is now available for free download. Big thanks to the contribution from our member @chavez !
FE Presta Admin App rapidly selling and widely accepted module facilitate admin to manage their store operation using mobile. It helps to manage catalog, customers, abandoned cart, get instant or timely notification of orders on your phone.

It will allow you to manage your Prestashop store anytime, anywhere using your mobile device.
It promises to provide a secure connection between the Prestashop store and mobile device.
It will allow you to Add, Update, View Products, Orders, Categories...
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
CÓDIGO:
{"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
CÓDIGO:
{
  "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
 
Última edição:
Top